summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-02 00:57:46 +0100
committermh <mh@immerda.ch>2009-11-02 00:57:46 +0100
commite80e95edb9007440faa9251a6e6621116783ed91 (patch)
treeaacac58f9e93d3b500da86f444117fa888bc0b4e /manifests/debian.pp
parent5b45f060070ef4d8b55e49c611ed7d75b8c7a347 (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 307d8a9..d028471 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -3,7 +3,7 @@ class puppet::debian inherits puppet::linux {
source => [ "puppet://$server/files/puppet/client/debian/${fqdn}/puppet",
"puppet://$server/files/puppet/client/debian/${domain}/puppet",
"puppet://$server/files/puppet/client/debian/puppet",
- "puppet://$server/puppet/client/debian/puppet" ],
+ "puppet://$server/modules/puppet/client/debian/puppet" ],
notify => Service[puppet],
owner => root, group => 0, mode => 0644;
} # there is really no status cmd for it