aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,