[Puppet] Comment improved

Change-Id: Ia97f2572ffb2889741587fe4edaa80eb9a6ca384
This commit is contained in:
Alexey Khivin 2016-08-29 13:08:25 +03:00
parent 729c790f78
commit cb593cf5b7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Methods:
- $this.configFile: new(YamlFile, path => $this.configFilePath)
- $this.dataFile: new(YamlFile, path => $this.dataFilePath)
# add new data file to hiera
# this file is the only file to store all of data the passed throw Hiera class
# this file is the only one to store all data passed using Hiera class
- $config: dict(':hierarchy' => 'murano')
- $this.configFile.putData($config)