From fbb218f796e0890fe96b6c7838a4eef9db6daaf9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 26 Aug 2011 11:53:56 -0300 Subject: Removing old backports source --- manifests/nodo.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests/nodo.pp') 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 } -- cgit v1.2.3