syslog-ng: define fastly destination on all log hosts, not just lully
[mirror/dsa-puppet.git] / modules / named / manifests / init.pp
index be557c8..1481f30 100644 (file)
@@ -1,13 +1,6 @@
 class named {
        munin::check { 'bind': }
 
-       site::aptrepo { 'bind-ratelimit':
-               ensure     => absent,
-               #url        => 'http://db.debian.org/debian-admin',
-               #suite      => 'bind-ratelimit',
-               #components => 'main',
-       }
-
        package { 'bind9':
                ensure => installed
        }