Fix bad option

parent c4b14b14
......@@ -40,7 +40,7 @@ class Recipe(GenericBaseRecipe):
password=self.options['password'],
domain=self.options['domain'],
)
os_config_file = self.createFile(self.options['os_config'],
os_config_file = self.createFile(self.options['os-config'],
self.substituteTemplate(self.getTemplateFilename('os_config.xml.in'),
os_config_parameters))
path_list.append(os_config_file)
......
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