From fd2ed55bb5ac75e15da78900335929e4417802d9 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 27 Dec 2008 21:41:39 +0000 Subject: syntax check --- 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 b28012c..1c70f56 100644 --- a/manifests/puppetmaster/checklastrun.pp +++ b/manifests/puppetmaster/checklastrun.pp @@ -3,10 +3,10 @@ class puppet::puppetmaster::checklastrun { file{'/opt/bin/puppetlast': source => [ "puppet://$server/files/puppet/master/puppetlast", "puppet://$server/puppet/master/puppetlast"], - owner => root, group => 0, mode =0700; + owner => root, group => 0, mode => 0700; } file{'/etc/cron.d/puppetlast.cron': - content => "40 10,22 * * * root /opt/bin/puppetlast" + content => "40 10,22 * * * root /opt/bin/puppetlast", require => File['/opt/bin/puppetlast'], owner => root, group => 0, mode => 0644; } -- cgit v1.2.3