]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
retire ratelimit bind repo
authorPeter Palfrader <peter@palfrader.org>
Thu, 25 Sep 2014 16:44:19 +0000 (18:44 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 25 Sep 2014 16:44:19 +0000 (18:44 +0200)
modules/named/manifests/init.pp

index ee252e3c0ab97b79b9f91eb329a0f037dadd08a3..c09a272dc39e609b1df4cbe635b2a0b64ba796cc 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':