[Puppet] Incorrect "Usage: Const" option removed

Change-Id: I4dab5132ffade583e14a1c04a9c27bfb8d399daf
This commit is contained in:
Alexey Khivin 2016-10-07 15:22:08 +03:00
parent 25ad134d7d
commit e957ce9543
3 changed files with 0 additions and 4 deletions

View File

@ -19,11 +19,9 @@ Properties:
dataFilePath:
Contract: $.string()
Default: '/etc/puppet/hieradata/murano.yaml'
Usage: Const
configFilePath:
Contract: $.string()
Default: '/etc/puppet/hiera.yaml'
Usage: Const
configFile:
Contract: $.class(YamlFile)
dataFile:

View File

@ -18,7 +18,6 @@ Name: YamlFile
Properties:
path:
Contract: $.string().notNull()
Usage: Const
data:
Contract: {}
Default: dict()

View File

@ -23,7 +23,6 @@ Methods:
Arguments:
- instance:
Contract: $.class(res:LinuxMuranoInstance).notNull()
Usage: Const
- path:
Contract: $.string().notNull()
- data: