summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/checklastrun.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/puppetmaster/checklastrun.pp
parent5b45f060070ef4d8b55e49c611ed7d75b8c7a347 (diff)
recursivly updating file path to new 0.25 style
Diffstat (limited to 'manifests/puppetmaster/checklastrun.pp')
-rw-r--r--manifests/puppetmaster/checklastrun.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/puppetmaster/checklastrun.pp b/manifests/puppetmaster/checklastrun.pp
index 7686fec..90c51ae 100644
--- a/manifests/puppetmaster/checklastrun.pp
+++ b/manifests/puppetmaster/checklastrun.pp
@@ -1,7 +1,7 @@
class puppet::puppetmaster::checklastrun {
file{'/opt/bin/puppetlast':
source => [ "puppet://$server/files/puppet/master/puppetlast",
- "puppet://$server/puppet/master/puppetlast"],
+ "puppet://$server/modules/puppet/master/puppetlast"],
owner => root, group => 0, mode => 0700;
}
file{'/etc/cron.d/puppetlast.cron':