From a4ed0d3dad7ed75cd9fe0038e4cf8c9ff2fcb04d Mon Sep 17 00:00:00 2001 From: Andrea Biancini <andrea.biancini@gmail.com> Date: Thu, 9 Apr 2015 15:30:20 +0200 Subject: [PATCH] Removed unnecessary file --- README.md | 1 - garr/shib2common/manifests/classes/updatesecurity.pp | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80ba032..0a950b3 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 1177385..89e5d30 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, -- GitLab