Skip to content
Snippets Groups Projects
Commit a4ed0d3d authored by Andrea Biancini's avatar Andrea Biancini
Browse files

Removed unnecessary file

parent e457cdb4
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,3 @@ This project contains puppet modules for different pieces of software that are r ...@@ -6,4 +6,3 @@ This project contains puppet modules for different pieces of software that are r
GARR modules developed on Puppet. GARR modules developed on Puppet.
This project is not intended to be used by itself but it is leveraged by other GARR Puppet modules. This project is not intended to be used by itself but it is leveraged by other GARR Puppet modules.
...@@ -28,6 +28,10 @@ class shib2common::updatesecurity ( ...@@ -28,6 +28,10 @@ class shib2common::updatesecurity (
mode => '0644', mode => '0644',
content => template("shib2common/50unattended-upgrades.erb"), content => template("shib2common/50unattended-upgrades.erb"),
require => Package['unattended-upgrades']; require => Package['unattended-upgrades'];
'/usr/share/unattended-upgrades/20auto-upgrades-disable':
ensure => absent,
require => Package['unattended-upgrades'];
'/usr/share/unattended-upgrades/20auto-upgrades': '/usr/share/unattended-upgrades/20auto-upgrades':
ensure => present, ensure => present,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment