summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/centos.pp')
-rw-r--r--manifests/centos.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/centos.pp b/manifests/centos.pp
index fd121cd..41227f9 100644
--- a/manifests/centos.pp
+++ b/manifests/centos.pp
@@ -3,7 +3,7 @@ class puppet::centos inherits puppet::linux {
source => [ "puppet://$server/files/puppet/sysconfig/${fqdn}/puppet",
"puppet://$server/files/puppet/sysconfig/${domain}/puppet",
"puppet://$server/files/puppet/sysconfig/puppet",
- "puppet://$server/puppet/sysconfig/puppet" ],
+ "puppet://$server/modules/puppet/sysconfig/puppet" ],
notify => Service[puppet],
owner => root, group => 0, mode => 0644;
}