summaryrefslogtreecommitdiff
path: root/manifests/centos.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:51:46 +0100
committermh <mh@immerda.ch>2009-11-02 00:51:46 +0100
commit5b45f060070ef4d8b55e49c611ed7d75b8c7a347 (patch)
tree8dd0b21694233a433531ea10ad8a38474b7258cc /manifests/centos.pp
parent2efa9ee240ccce9e7baf8e442972cdbc932ac0c1 (diff)
update file path to new 0.25 style
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;
}