aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-26 11:53:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-26 11:53:56 -0300
commitfbb218f796e0890fe96b6c7838a4eef9db6daaf9 (patch)
tree398e910cca5f21491a0f51e8521b0471fc6ad6cd /manifests/nodo.pp
parent07f474882f3334002c3684ce3f8521b41b503488 (diff)
downloadpuppet-nodo-fbb218f796e0890fe96b6c7838a4eef9db6daaf9.tar.gz
puppet-nodo-fbb218f796e0890fe96b6c7838a4eef9db6daaf9.tar.bz2
Removing old backports source
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp6
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
}