summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/centos.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-08-22 13:43:08 -0400
committerMicah Anderson <micah@riseup.net>2012-08-22 13:43:08 -0400
commit24e4503906c5ffef236814b003d1fd629989fc40 (patch)
tree1721fb6c2387d6cab5c6e6aaa9ab937b52c559f3 /manifests/puppetmaster/centos.pp
parent04d8317eb5b70aba62c2b18f6b1bd1d03aedeb5b (diff)
parented7d89163385a6eab4423aae7ce8b5d994339a2f (diff)
Merge remote-tracking branch 'riseup/master'
Conflicts: manifests/puppetmaster/debian.pp manifests/puppetmaster/linux.pp manifests/puppetmaster/package/debian.pp
Diffstat (limited to 'manifests/puppetmaster/centos.pp')
-rw-r--r--manifests/puppetmaster/centos.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/puppetmaster/centos.pp b/manifests/puppetmaster/centos.pp
index 2673a4d..a6f5e23 100644
--- a/manifests/puppetmaster/centos.pp
+++ b/manifests/puppetmaster/centos.pp
@@ -2,9 +2,9 @@
class puppet::puppetmaster::centos inherits puppet::puppetmaster::package {
file { '/etc/sysconfig/puppetmaster':
- source => [ "puppet:///modules/site-puppet/sysconfig/${fqdn}/puppetmaster",
- "puppet:///modules/site-puppet/sysconfig/${domain}/puppetmaster",
- "puppet:///modules/site-puppet/sysconfig/puppetmaster",
+ source => [ "puppet:///modules/site_puppet/sysconfig/${fqdn}/puppetmaster",
+ "puppet:///modules/site_puppet/sysconfig/${domain}/puppetmaster",
+ "puppet:///modules/site_puppet/sysconfig/puppetmaster",
"puppet:///modules/puppet/sysconfig/puppetmaster" ],
notify => Service[puppetmaster],
owner => root, group => 0, mode => 0644;