Skip to content

Commit d250d97

Browse files
committed
Merge pull request #18 from stjeanp/production
Fixed code so hunner/hiera can be pulled from forge
2 parents 4de1ccc + 7f967d1 commit d250d97

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Puppetfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ forge "http://forge.puppetlabs.com"
33
# Modules from the Puppet Forge
44
# Note the versions are all set to :latest but after you've
55
# installed you should change them to the exact version you want
6+
mod "hunner/hiera", '2.0.1'
67
mod "puppetlabs/inifile", :latest
78
mod "puppetlabs/stdlib", :latest
89
mod "puppetlabs/concat", :latest
@@ -19,10 +20,6 @@ mod "puppetlabs/java", '1.4.1'
1920
# Modules from Github using various references
2021
# Further examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
2122
# update the tag to the most current release when implementing
22-
mod 'hiera',
23-
:git => 'https://github.com/hunner/puppet-hiera',
24-
:tag => '1.3.1'
25-
2623
mod 'gitlab',
2724
:git => 'https://github.com/vshn/puppet-gitlab',
2825
:ref => '00397b86dfb3487d9df768cbd3698d362132b5bf'

site/profile/manifests/puppetmaster.pp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@
1515
notify => Service['pe-puppetserver'],
1616
}
1717

18-
ini_setting { 'puppet.conf hiera_config main section' :
19-
ensure => present,
20-
path => "${::settings::confdir}/puppet.conf",
21-
section => 'main',
22-
setting => 'hiera_config',
23-
value => $hiera_yaml,
24-
notify => Service['pe-puppetserver'],
25-
}
26-
2718
ini_setting { 'puppet.conf hiera_config master section' :
2819
ensure => absent,
2920
path => "${::settings::confdir}/puppet.conf",

0 commit comments

Comments
 (0)