From: Silvio Rhatto Date: Thu, 22 Jan 2015 00:32:32 +0000 (-0200) Subject: Changing cron-update day X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ec9346d13aff73d6f4358c23b768a1978c131883;p=puppet-drupal.git Changing cron-update day --- diff --git a/manifests/init.pp b/manifests/init.pp index 16f3388..9f283a7 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -57,7 +57,7 @@ class drupal( command => "/usr/local/sbin/drupal cron-update", user => root, # Run once a week after security releases (usually on Wednesdays) - weekday => 4, + weekday => 5, hour => "02", minute => "30", ensure => present,