diff options
author | mail_redacted_for_web | 2015-08-03 14:44:35 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-08-03 14:49:06 -0700 |
commit | 437433ff44cd77915a4a7b1d61d7aa624c44b41a (patch) | |
tree | 532249eb2bd88efcb2651498c880b91d5312a6cb /Puppetfile | |
parent | bc6bae23d79aed7b05ac018496b8cddc02fe4fba (diff) | |
download | control-repo-template-437433ff44cd77915a4a7b1d61d7aa624c44b41a.tar.bz2 |
Remove hiera.yaml and instead manage it with puppet code
Added hunner/hiera to the Puppetfile and a manifest to use it
instead of placing a hiera.yaml in the repo.
Diffstat (limited to 'Puppetfile')
-rw-r--r-- | Puppetfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ mod "saz/ssh", :latest # 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 'notifyme', # :git => 'git://github.com/glarizza/puppet-notifyme', # :ref => '50c01703b2e3e352520a9a2271ea4947fe17a51f' |