add servicelist
This commit is contained in:
@ -1 +1 @@
|
||||
{"rougail.var": "mailname", "services.test.files.test.engine": "creole", "services.test.files.test.group": "root", "services.test.files.test.included": "no", "services.test.files.test.mode": "0644", "services.test.files.test.name": "/tmp/test", "services.test.files.test.owner": "root", "services.test.files.test.source": "test", "services.test.files.test.activate": true}
|
||||
{"rougail.var": "mailname", "services.test.files.test.engine": "creole", "services.test.files.test.group": "root", "services.test.files.test.included": "no", "services.test.files.test.mode": "0644", "services.test.files.test.name": "/tmp/test", "services.test.files.test.owner": "root", "services.test.files.test.source": "test", "services.test.files.test.activate": true, "services.test.activate": true, "services.test.manage": false}
|
||||
|
@ -23,7 +23,8 @@ option_13 = StrOption(name="source", doc="source", default="test")
|
||||
option_14 = BoolOption(name="activate", doc="activate", default=True)
|
||||
option_6 = OptionDescription(name="test", doc="test", children=[option_7, option_8, option_9, option_10, option_11, option_12, option_13, option_14])
|
||||
option_5 = OptionDescription(name="files", doc="files", children=[option_6])
|
||||
option_4 = OptionDescription(name="test", doc="test", children=[option_5])
|
||||
option_4.impl_set_information('manage', False)
|
||||
option_15 = BoolOption(name="activate", doc="activate", default=True)
|
||||
option_16 = BoolOption(name="manage", doc="manage", default=False)
|
||||
option_4 = OptionDescription(name="test", doc="test", children=[option_5, option_15, option_16])
|
||||
option_3 = OptionDescription(name="services", doc="services", children=[option_4], properties=frozenset({"hidden"}))
|
||||
option_0 = OptionDescription(name="baseoption", doc="baseoption", children=[option_1, option_3])
|
||||
|
Reference in New Issue
Block a user