try to rolify dns
[mirror/dsa-puppet.git] / modules / named / manifests / geodns.pp
index 7e3ac01..5f9b0f6 100644 (file)
@@ -3,9 +3,12 @@ class named::geodns inherits named {
                script => bind
        }
 
-       site::aptrepo { 'geoip':
-               content => template('debian-org/etc/apt/sources.list.d/geoip.list.erb'),
-       }
+       #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,