diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-26 11:53:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-26 11:53:56 -0300 |
commit | fbb218f796e0890fe96b6c7838a4eef9db6daaf9 (patch) | |
tree | 398e910cca5f21491a0f51e8521b0471fc6ad6cd /manifests | |
parent | 07f474882f3334002c3684ce3f8521b41b503488 (diff) | |
download | puppet-nodo-fbb218f796e0890fe96b6c7838a4eef9db6daaf9.tar.gz puppet-nodo-fbb218f796e0890fe96b6c7838a4eef9db6daaf9.tar.bz2 |
Removing old backports source
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodo.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp index 0679528..eece516 100644 --- a/manifests/nodo.pp +++ b/manifests/nodo.pp @@ -34,6 +34,12 @@ class nodo { # Apt configuration if $use_apt != false { + # TODO: remove this in the future after all old nodes + # have applied the catalog. + file { '/etc/apt/sources.list.d/debian-backports.list': + ensure => absent, + } + include apt include apt::unattended_upgrades } |