retire ratelimit bind repo
[mirror/dsa-puppet.git] / modules / named / manifests / init.pp
index ee252e3..c09a272 100644 (file)
@@ -2,9 +2,10 @@ class named {
        munin::check { 'bind': }
 
        site::aptrepo { 'bind-ratelimit':
-               url        => 'http://db.debian.org/debian-admin',
-               suite      => 'bind-ratelimit',
-               components => 'main',
+               ensure     => absent,
+               #url        => 'http://db.debian.org/debian-admin',
+               #suite      => 'bind-ratelimit',
+               #components => 'main',
        }
 
        package { 'bind9':