From b4e567041e725c9550947dc4599d51b53b40d6a0 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 11 Jan 2011 00:59:17 -0500 Subject: fix dependency error for the /etc/cron.d/puppetlast.cron --- manifests/puppetmaster/checklastrun.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/puppetmaster/checklastrun.pp b/manifests/puppetmaster/checklastrun.pp index 17f4553..93ed8b9 100644 --- a/manifests/puppetmaster/checklastrun.pp +++ b/manifests/puppetmaster/checklastrun.pp @@ -19,7 +19,7 @@ class puppet::puppetmaster::checklastrun { '/etc/cron.d/puppetlast.cron': content => "${puppetmaster_lastruncheck_cron} root /usr/local/sbin/puppetlast ${puppet_lastruncheck_timeout_str} ${puppet_lastruncheck_ignorehosts_str} ${$puppet_lastruncheck_additionaloptions}\n", - require => File["/usr/local/bin/puppetlast"], + require => File["/usr/local/sbin/puppetlast"], owner => root, group => 0, mode => 0644, } } -- cgit v1.2.3