aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
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,