Commit ca1b1dad authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! Fix recipe when backup-script is not provided.

parent 8be6809b
...@@ -140,7 +140,7 @@ class Recipe(GenericBaseRecipe): ...@@ -140,7 +140,7 @@ class Recipe(GenericBaseRecipe):
)] )]
) )
path_list.append(mysqld) path_list.append(mysqld)
mysqldump_binary = self.options.get('mysqldump-binary') environment = dict(PATH='%s' % self.options['bin-directory'])
# TODO: move to a separate recipe (ack'ed by Cedric) # TODO: move to a separate recipe (ack'ed by Cedric)
if 'backup-script' in self.options: if 'backup-script' in self.options:
# backup configuration # backup configuration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment