aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}