Clear proposed-updates repo from hosts that do not have it now according to puppet
[mirror/dsa-puppet.git] / modules / debian-org / manifests / init.pp
index cb86848..c911bd0 100644 (file)
@@ -144,6 +144,10 @@ class debian-org {
                        suite      => "${::lsbdistcodename}-proposed-updates",
                        components => ['main','contrib','non-free']
                }
+       } else {
+               site::aptrepo { 'proposed-updates':
+                       ensure => absent,
+               }
        }
 
        site::aptrepo { 'debian.org':