From 99769c9ddaea302a46a2d2430bd6ab65616c172c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 8 Dec 2014 11:38:34 -0200 Subject: Commented: drupal-update weekday --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) 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, -- cgit v1.2.3