From ec9346d13aff73d6f4358c23b768a1978c131883 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 21 Jan 2015 22:32:32 -0200 Subject: Changing cron-update day --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3