From cb593cf5b74f9005540e1df1965beb3cf614963d Mon Sep 17 00:00:00 2001 From: Alexey Khivin Date: Mon, 29 Aug 2016 13:08:25 +0300 Subject: [PATCH] [Puppet] Comment improved Change-Id: Ia97f2572ffb2889741587fe4edaa80eb9a6ca384 --- murano-apps/Puppet/package/Classes/Hiera.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/murano-apps/Puppet/package/Classes/Hiera.yaml b/murano-apps/Puppet/package/Classes/Hiera.yaml index 6440332..eacdd3a 100644 --- a/murano-apps/Puppet/package/Classes/Hiera.yaml +++ b/murano-apps/Puppet/package/Classes/Hiera.yaml @@ -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)