diff options
-rw-r--r-- | Puppetfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ forge "http://forge.puppetlabs.com" # Modules from the Puppet Forge # Note the versions are all set to :latest but after you've # installed you should change them to the exact version you want -mod "hunner/hiera", :latest +mod "hunner/hiera", '2.0.1' mod "puppetlabs/inifile", :latest mod "puppetlabs/stdlib", :latest mod "puppetlabs/concat", :latest |