From 1d7bd1ff3bd49d7d1348005bed8bba56431329f5 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 7 Aug 2010 02:08:17 +0200 Subject: remove unnecessary fileserver variable (#2460) --- manifests/puppetmaster/checklastrun.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/puppetmaster/checklastrun.pp') 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': -- cgit v1.2.3