From: Silvio Rhatto Date: Thu, 30 Jun 2016 12:39:06 +0000 (-0300) Subject: Disables 7.x cron makefile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a484a682bde86e1f7e4489dcaaee0c8651084915;p=puppet-drupal.git Disables 7.x cron makefile --- diff --git a/manifests/makefiles.pp b/manifests/makefiles.pp index 945b231..7251cd5 100644 --- a/manifests/makefiles.pp +++ b/manifests/makefiles.pp @@ -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'],