From: Silvio Rhatto Date: Tue, 9 Mar 2010 23:53:33 +0000 (-0300) Subject: Cron rule change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e172a0ed6e43c3b1a6579b90e8f4bb3a2393b110;p=puppet-drupal.git Cron rule change --- diff --git a/manifests/init.pp b/manifests/init.pp index 4068c71..faf94ca 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -27,9 +27,8 @@ class drupal inherits pear { cron { "drupal-cron": command => "/usr/local/sbin/drupal cron &> /dev/null", user => root, - hour => "*", - minute => "10", - weekday => "*", + hour => "*/1", + minute => "15", ensure => present, require => File['/usr/local/sbin/drupal'], }