diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-07-29 11:07:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-07-29 11:07:09 -0300 |
commit | 650c996f13c36dae6a7463fbc4e5fbee1f829fa4 (patch) | |
tree | 47d363078c2723929fcf7460edca4265a70537d5 /manifests | |
parent | 49f081938e5e5f0c30b51d9ac59d4dd5c67d86f3 (diff) | |
download | puppet-drupal-650c996f13c36dae6a7463fbc4e5fbee1f829fa4.tar.gz puppet-drupal-650c996f13c36dae6a7463fbc4e5fbee1f829fa4.tar.bz2 |
Do not autoupgrade drupal 9 instances
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/autoupgrade.pp | 2 |
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'] ], } |