Drop references to long-gone db.d.o repos
authorJulien Cristau <jcristau@debian.org>
Wed, 28 Nov 2018 10:37:13 +0000 (11:37 +0100)
committerJulien Cristau <jcristau@debian.org>
Wed, 28 Nov 2018 10:37:13 +0000 (11:37 +0100)
modules/named/manifests/geodns.pp
modules/named/manifests/init.pp

index f8be485..649268a 100644 (file)
@@ -7,13 +7,6 @@ class named::geodns inherits named {
                ensure => installed,
        }
 
-       #site::aptrepo { 'geoip':
-       #       url        => 'http://db.debian.org/debian-admin',
-       #       suite      => 'lenny-bind-geoip',
-       #       components => 'main',
-       #}
-       site::aptrepo { 'geoip': ensure => absent }
-
        file { '/etc/bind/':
                ensure  => directory,
                group  => bind,
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
        }