aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-07-29 11:07:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-07-29 11:07:09 -0300
commit650c996f13c36dae6a7463fbc4e5fbee1f829fa4 (patch)
tree47d363078c2723929fcf7460edca4265a70537d5
parent49f081938e5e5f0c30b51d9ac59d4dd5c67d86f3 (diff)
downloadpuppet-drupal-650c996f13c36dae6a7463fbc4e5fbee1f829fa4.tar.gz
puppet-drupal-650c996f13c36dae6a7463fbc4e5fbee1f829fa4.tar.bz2
Do not autoupgrade drupal 9 instances
-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'] ],
}