diff options
-rw-r--r-- | code/environments/production/manifests/site.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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', } } |