]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing old backports source
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Aug 2011 14:53:56 +0000 (11:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 26 Aug 2011 14:53:56 +0000 (11:53 -0300)
manifests/nodo.pp

index 0679528835a9b536ffd2635ee9649a804af226ef..eece516b8d750ff1ab012e0cde04fa76fc3788cb 100644 (file)
@@ -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
   }