[Puppet] Incorrect "Usage: Const" option removed
Change-Id: I4dab5132ffade583e14a1c04a9c27bfb8d399daf
This commit is contained in:
parent
25ad134d7d
commit
e957ce9543
@ -19,11 +19,9 @@ Properties:
|
|||||||
dataFilePath:
|
dataFilePath:
|
||||||
Contract: $.string()
|
Contract: $.string()
|
||||||
Default: '/etc/puppet/hieradata/murano.yaml'
|
Default: '/etc/puppet/hieradata/murano.yaml'
|
||||||
Usage: Const
|
|
||||||
configFilePath:
|
configFilePath:
|
||||||
Contract: $.string()
|
Contract: $.string()
|
||||||
Default: '/etc/puppet/hiera.yaml'
|
Default: '/etc/puppet/hiera.yaml'
|
||||||
Usage: Const
|
|
||||||
configFile:
|
configFile:
|
||||||
Contract: $.class(YamlFile)
|
Contract: $.class(YamlFile)
|
||||||
dataFile:
|
dataFile:
|
||||||
|
@ -18,7 +18,6 @@ Name: YamlFile
|
|||||||
Properties:
|
Properties:
|
||||||
path:
|
path:
|
||||||
Contract: $.string().notNull()
|
Contract: $.string().notNull()
|
||||||
Usage: Const
|
|
||||||
data:
|
data:
|
||||||
Contract: {}
|
Contract: {}
|
||||||
Default: dict()
|
Default: dict()
|
||||||
|
@ -23,7 +23,6 @@ Methods:
|
|||||||
Arguments:
|
Arguments:
|
||||||
- instance:
|
- instance:
|
||||||
Contract: $.class(res:LinuxMuranoInstance).notNull()
|
Contract: $.class(res:LinuxMuranoInstance).notNull()
|
||||||
Usage: Const
|
|
||||||
- path:
|
- path:
|
||||||
Contract: $.string().notNull()
|
Contract: $.string().notNull()
|
||||||
- data:
|
- data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user