zope2 module: optionSet -> submodule
This commit is contained in:
parent
c16d03ddc5
commit
03ee88f666
@ -74,7 +74,7 @@ in
|
|||||||
|
|
||||||
services.zope2.instances = mkOption {
|
services.zope2.instances = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
type = types.loaOf types.optionSet;
|
type = with types; loaOf (submodule zope2Opts);
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
plone01 = {
|
plone01 = {
|
||||||
@ -96,7 +96,6 @@ in
|
|||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
description = "zope2 instances to be created automaticaly by the system.";
|
description = "zope2 instances to be created automaticaly by the system.";
|
||||||
options = [ zope2Opts ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user