From 7f967d1f8b3feefb03041e2a1602ed573c4f3490 Mon Sep 17 00:00:00 2001 From: "Patrick St. Jean" Date: Thu, 4 Feb 2016 14:22:40 -0600 Subject: [PATCH] Changed :latest to 2.0.1 for hunner/hiera --- Puppetfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 9efbec1..61013d8 100644 --- a/Puppetfile +++ b/Puppetfile @@ -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