From a484a682bde86e1f7e4489dcaaee0c8651084915 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 30 Jun 2016 09:39:06 -0300 Subject: Disables 7.x cron makefile --- manifests/makefiles.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- cgit v1.2.3