From 650c996f13c36dae6a7463fbc4e5fbee1f829fa4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 29 Jul 2020 11:07:09 -0300 Subject: Do not autoupgrade drupal 9 instances --- manifests/autoupgrade.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] ], } -- cgit v1.2.3