From: Silvio Rhatto Date: Mon, 5 Jan 2015 11:24:48 +0000 (-0200) Subject: Run upgrades once a week after security releases (usually on Wednesdays) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8b14bceeba101b1b71c30ef20e3cad0a97c97f05;p=puppet-drupal.git Run upgrades once a week after security releases (usually on Wednesdays) --- diff --git a/manifests/init.pp b/manifests/init.pp index c4a4e3b..16f3388 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 => 4, hour => "02", minute => "30", ensure => present,