diff --git a/README.md b/README.md index 80ba032e9e14f218f0961d72a1af1e826f8ef652..0a950b34bb08350c0f557612f63ac2626d69078a 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,3 @@ This project contains puppet modules for different pieces of software that are r GARR modules developed on Puppet. This project is not intended to be used by itself but it is leveraged by other GARR Puppet modules. - diff --git a/garr/shib2common/manifests/classes/updatesecurity.pp b/garr/shib2common/manifests/classes/updatesecurity.pp index 11773854c4634e3ef07b67d3d1388a680854efd3..89e5d30a423a23a455c214165e58ee0b730c4ad1 100644 --- a/garr/shib2common/manifests/classes/updatesecurity.pp +++ b/garr/shib2common/manifests/classes/updatesecurity.pp @@ -28,6 +28,10 @@ class shib2common::updatesecurity ( mode => '0644', content => template("shib2common/50unattended-upgrades.erb"), require => Package['unattended-upgrades']; + + '/usr/share/unattended-upgrades/20auto-upgrades-disable': + ensure => absent, + require => Package['unattended-upgrades']; '/usr/share/unattended-upgrades/20auto-upgrades': ensure => present,