summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-10 17:41:38 -0300
committermh <mh@immerda.ch>2012-06-10 17:41:38 -0300
commita088356e96de56839612363a0b52f3687733431a (patch)
tree6bbd0e68d5989c6d74f24599de5cf5aadc202c48 /manifests
parent094a8faa46f842bc99adbdc207aace375517afba (diff)
fix cron time
Diffstat (limited to 'manifests')
-rw-r--r--manifests/master/checklastrun.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/master/checklastrun.pp b/manifests/master/checklastrun.pp
index bde5a97..b80bb56 100644
--- a/manifests/master/checklastrun.pp
+++ b/manifests/master/checklastrun.pp
@@ -18,7 +18,7 @@ class puppet::master::checklastrun {
owner => root, group => 0, mode => 0700;
'/etc/cron.d/puppetlast.cron':
- content => "${puppetmaster_lastruncheck_cron} root /usr/local/sbin/puppetlast ${puppet_lastruncheck_timeout_str} ${puppet_lastruncheck_ignorehosts_str} ${puppet::master::lastruncheck_additionaloptions}\n",
+ content => "${puppet::master::lastruncheck_cron} root /usr/local/sbin/puppetlast ${puppet_lastruncheck_timeout_str} ${puppet_lastruncheck_ignorehosts_str} ${puppet::master::lastruncheck_additionaloptions}\n",
require => File["/usr/local/sbin/puppetlast"],
owner => root, group => 0, mode => 0644,
}