include => included fixes #2
This commit is contained in:
@ -1 +1 @@
|
||||
{"rougail.my_var": "rougail", "extra.my_var": null, "services.test.files.file.engine": "creole", "services.test.files.file.group": "root", "services.test.files.file.include": "no", "services.test.files.file.mode": "0644", "services.test.files.file.name": "/etc/file", "services.test.files.file.owner": "root", "services.test.files.file.source": "file", "services.test.files.file.activate": true}
|
||||
{"rougail.my_var": "rougail", "extra.my_var": null, "services.test.files.file.engine": "creole", "services.test.files.file.group": "root", "services.test.files.file.included": "no", "services.test.files.file.mode": "0644", "services.test.files.file.name": "/etc/file", "services.test.files.file.owner": "root", "services.test.files.file.source": "file", "services.test.files.file.activate": true}
|
||||
|
@ -17,7 +17,7 @@ option_4 = StrOption(name="my_var", doc="my_var", default=Calculation(func.calc_
|
||||
option_3 = OptionDescription(name="extra", doc="extra", children=[option_4])
|
||||
option_9 = StrOption(name="engine", doc="engine", default="creole")
|
||||
option_10 = StrOption(name="group", doc="group", default="root")
|
||||
option_11 = StrOption(name="include", doc="include", default="no")
|
||||
option_11 = StrOption(name="included", doc="included", default="no")
|
||||
option_12 = StrOption(name="mode", doc="mode", default="0644")
|
||||
option_13 = FilenameOption(name="name", doc="name", default="/etc/file")
|
||||
option_14 = StrOption(name="owner", doc="owner", default="root")
|
||||
|
Reference in New Issue
Block a user