]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Changing cron-update day
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 22 Jan 2015 00:32:32 +0000 (22:32 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 22 Jan 2015 00:32:32 +0000 (22:32 -0200)
manifests/init.pp

index 16f3388c39ac594bb2f2e2920844ff1122443d6a..9f283a7515afd8fd52dab650302048a33f11677a 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  => 5,
     hour     => "02",
     minute   => "30",
     ensure   => present,