summaryrefslogtreecommitdiff
path: root/code/environments/production/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'code/environments/production/manifests')
-rw-r--r--code/environments/production/manifests/site.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 36ce027..17af162 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -257,9 +257,9 @@ class itzks_systems_disklserver {
# }
#}
-class pkg_unattended_upgrades_removed {
+class pkg_unattended_upgrades_installed {
package { 'unattended-upgrades':
- ensure => 'absent',
+ ensure => 'latest',
}
}
@@ -390,7 +390,7 @@ node /(notebook-.*)\.intern$/ {
class { 'fsautoresizetab': }
class { 'fsautoresizetab_change_usr': }
class { 'lsb_release_with_version': }
- class { 'pkg_unattended_upgrades_removed': }
+ class { 'pkg_unattended_upgrades_installed': }
class { 'unattended_upgrades':
enable => 0,
origins => $apt_origins,