git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2016-03-15 09:36:46 -0700
committermail_redacted_for_web 2016-03-15 09:36:46 -0700
commitd250d971b91674fb5821839b20cfaac3e99dc8fd (patch)
treef5c32e2ecf53d574c00e94ac8223877d97ed1fea
parent4de1ccc7c1b34b86ed1b25e6e05b945a4f754aef (diff)
parent7f967d1f8b3feefb03041e2a1602ed573c4f3490 (diff)
downloadcontrol-repo-template-d250d971b91674fb5821839b20cfaac3e99dc8fd.tar.bz2
Merge pull request #18 from stjeanp/production
Fixed code so hunner/hiera can be pulled from forge
-rw-r--r--Puppetfile5
-rw-r--r--site/profile/manifests/puppetmaster.pp9
2 files changed, 1 insertions, 13 deletions
diff --git a/Puppetfile b/Puppetfile
index 6bc31f8..61013d8 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", '2.0.1'
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'
diff --git a/site/profile/manifests/puppetmaster.pp b/site/profile/manifests/puppetmaster.pp
index 8a1b161..0e68ddb 100644
--- a/site/profile/manifests/puppetmaster.pp
+++ b/site/profile/manifests/puppetmaster.pp
@@ -15,15 +15,6 @@ class profile::puppetmaster {
notify => Service['pe-puppetserver'],
}
- ini_setting { 'puppet.conf hiera_config main section' :
- ensure => present,
- path => "${::settings::confdir}/puppet.conf",
- section => 'main',
- setting => 'hiera_config',
- value => $hiera_yaml,
- notify => Service['pe-puppetserver'],
- }
-
ini_setting { 'puppet.conf hiera_config master section' :
ensure => absent,
path => "${::settings::confdir}/puppet.conf",