git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/Puppetfile
diff options
context:
space:
mode:
authormail_redacted_for_web 2016-02-04 11:34:52 -0600
committermail_redacted_for_web 2016-02-04 11:34:52 -0600
commitb415200eb04db098de02806c526310996bc90a8a (patch)
tree7fcb3d75104d8107836cfb3d6c264577c229dd7c /Puppetfile
parent36737bb5fc3458126463ead25c2852fbd58ac7fc (diff)
downloadcontrol-repo-template-b415200eb04db098de02806c526310996bc90a8a.tar.bz2
Fixed code so hunner/hiera can be pulled from forge
Diffstat (limited to 'Puppetfile')
-rw-r--r--Puppetfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Puppetfile b/Puppetfile
index 6bc31f8..9efbec1 100644
--- a/Puppetfile
+++ b/Puppetfile
@@ -3,6 +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 "puppetlabs/inifile", :latest
mod "puppetlabs/stdlib", :latest
mod "puppetlabs/concat", :latest
@@ -19,10 +20,6 @@ mod "puppetlabs/java", '1.4.1'
# Modules from Github using various references
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
# update the tag to the most current release when implementing
-mod 'hiera',
- :git => 'https://github.com/hunner/puppet-hiera',
- :tag => '1.3.1'
-
mod 'gitlab',
:git => 'https://github.com/vshn/puppet-gitlab',
:ref => '00397b86dfb3487d9df768cbd3698d362132b5bf'