diff options
-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'], |