diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-30 09:39:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-30 09:39:06 -0300 |
commit | a484a682bde86e1f7e4489dcaaee0c8651084915 (patch) | |
tree | cd5dc775b15bf38b56e697135b48aa94ed9272b2 | |
parent | d7e3455b17c3f89afa535c3a1a0f07cd9f830ec5 (diff) | |
download | puppet-drupal-a484a682bde86e1f7e4489dcaaee0c8651084915.tar.gz puppet-drupal-a484a682bde86e1f7e4489dcaaee0c8651084915.tar.bz2 |
Disables 7.x cron makefile
-rw-r--r-- | manifests/makefiles.pp | 2 |
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'], |