include => included fixes #2
This commit is contained in:
@ -1 +1 @@
|
||||
{"rougail.general.condition": "non", "rougail.general.mode_conteneur_actif": "non", "rougail.general.mode_conteneur_actif2": true, "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.general.condition": "non", "rougail.general.mode_conteneur_actif": "non", "rougail.general.mode_conteneur_actif2": true, "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}
|
||||
|
@ -18,7 +18,7 @@ option_2 = OptionDescription(name="general", doc="general", children=[option_3,
|
||||
option_1 = OptionDescription(name="rougail", doc="rougail", children=[option_2])
|
||||
option_10 = StrOption(name="engine", doc="engine", default="creole")
|
||||
option_11 = StrOption(name="group", doc="group", default="root")
|
||||
option_12 = StrOption(name="include", doc="include", default="no")
|
||||
option_12 = StrOption(name="included", doc="included", default="no")
|
||||
option_13 = StrOption(name="mode", doc="mode", default="0644")
|
||||
option_14 = FilenameOption(name="name", doc="name", default="/etc/file")
|
||||
option_15 = StrOption(name="owner", doc="owner", default="root")
|
||||
|
Reference in New Issue
Block a user