]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Commented: drupal-update weekday
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 8 Dec 2014 13:38:34 +0000 (11:38 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 8 Dec 2014 13:38:34 +0000 (11:38 -0200)
manifests/init.pp

index 5c626276a40139edb87924fde4de6867a131b93d..c4a4e3b2acac5bcfbdcf999ee43c3dd398e5663f 100644 (file)
@@ -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,