]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Disables 7.x cron makefile
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 30 Jun 2016 12:39:06 +0000 (09:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 30 Jun 2016 12:39:06 +0000 (09:39 -0300)
manifests/makefiles.pp

index 945b2312be683b2373011b6c1d6cf64179bb7572..7251cd52e462711ae0b05761441b55aa26c84aaf 100644 (file)
@@ -59,7 +59,7 @@ class drupal::makefiles {
     weekday  => 4,
     hour     => "02",
     minute   => "30",
-    ensure   => present,
+    ensure   => absent,
     require  => File['/usr/local/sbin/drupal',
                      '/usr/local/share/drupal/drupal7.make',
                      '/usr/local/share/drupal/themes7.make'],