From: Silvio Rhatto Date: Mon, 8 Dec 2014 13:38:34 +0000 (-0200) Subject: Commented: drupal-update weekday X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=99769c9ddaea302a46a2d2430bd6ab65616c172c;p=puppet-drupal.git Commented: drupal-update weekday --- diff --git a/manifests/init.pp b/manifests/init.pp index 5c62627..c4a4e3b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -56,6 +56,8 @@ class drupal( cron { "drupal-update": command => "/usr/local/sbin/drupal cron-update", user => root, + # Run once a week after security releases (usually on Wednesdays) + # weekday => 4, hour => "02", minute => "30", ensure => present,