aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-06-30 09:39:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-06-30 09:39:06 -0300
commita484a682bde86e1f7e4489dcaaee0c8651084915 (patch)
treecd5dc775b15bf38b56e697135b48aa94ed9272b2
parentd7e3455b17c3f89afa535c3a1a0f07cd9f830ec5 (diff)
downloadpuppet-drupal-a484a682bde86e1f7e4489dcaaee0c8651084915.tar.gz
puppet-drupal-a484a682bde86e1f7e4489dcaaee0c8651084915.tar.bz2
Disables 7.x cron makefile
-rw-r--r--manifests/makefiles.pp2
1 files changed, 1 insertions, 1 deletions
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'],