aboutsummaryrefslogtreecommitdiff
path: root/manifests/autoupgrade.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/autoupgrade.pp')
-rw-r--r--manifests/autoupgrade.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/autoupgrade.pp b/manifests/autoupgrade.pp
index cd7a6d5..5b4b272 100644
--- a/manifests/autoupgrade.pp
+++ b/manifests/autoupgrade.pp
@@ -8,7 +8,7 @@ class drupal::autoupgrade {
hour => "01",
minute => "30",
environment => [ 'SILENT=yes' ],
- ensure => present,
+ ensure => absent,
require => [ File['/usr/local/bin/drupal'], User['drupal'] ],
}