]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Run upgrades once a week after security releases (usually on Wednesdays)
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jan 2015 11:24:48 +0000 (09:24 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jan 2015 11:24:48 +0000 (09:24 -0200)
manifests/init.pp

index c4a4e3b2acac5bcfbdcf999ee43c3dd398e5663f..16f3388c39ac594bb2f2e2920844ff1122443d6a 100644 (file)
@@ -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  => 4,
     hour     => "02",
     minute   => "30",
     ensure   => present,