From: Silvio Rhatto Date: Wed, 29 Jul 2020 14:07:09 +0000 (-0300) Subject: Do not autoupgrade drupal 9 instances X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=650c996f13c36dae6a7463fbc4e5fbee1f829fa4;p=puppet-drupal.git Do not autoupgrade drupal 9 instances --- 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'] ], }