From 3846aec8d0d361744761060fe46ab93f06470015 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 10 Dec 2020 21:28:24 +0100 Subject: site.pp: For pkg_unattended_upgrades_removed, ensure 'absent', not 'removed'. --- code/environments/production/manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/environments/production/manifests/site.pp') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 1bae047..99f18a3 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -247,7 +247,7 @@ class itzks_systems_disklserver { class pkg_unattended_upgrades_removed { package { 'unattended-upgrades': - ensure => 'removed', + ensure => 'absent', } } -- cgit v1.2.3