summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/checklastrun.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster/checklastrun.pp')
-rw-r--r--manifests/puppetmaster/checklastrun.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/puppetmaster/checklastrun.pp b/manifests/puppetmaster/checklastrun.pp
index a8978f3..1cf5311 100644
--- a/manifests/puppetmaster/checklastrun.pp
+++ b/manifests/puppetmaster/checklastrun.pp
@@ -1,7 +1,7 @@
class puppet::puppetmaster::checklastrun {
file{"/usr/local/bin/puppetlast":
- source => [ "puppet://$server/modules/site-puppet/master/puppetlast",
- "puppet://$server/modules/puppet/master/puppetlast" ],
+ source => [ "puppet:///modules/site-puppet/master/puppetlast",
+ "puppet:///modules/puppet/master/puppetlast" ],
owner => root, group => 0, mode => 0700;
}
file{'/etc/cron.d/puppetlast.cron':