lint fixes for the linux module
[mirror/dsa-puppet.git] / modules / named / manifests / geodns.pp
index 37a9065..49a9663 100644 (file)
@@ -60,12 +60,4 @@ class named::geodns inherits named {
     proto       => ['udp', 'tcp'],
     port        => 'domain',
   }
-
-  @@ferm::rule::simple { "dsa-bind-from-${::fqdn}":
-    tag         => 'named::primary::ferm',
-    description => 'Allow geo nameserver access to the primary for the (non-geo) zones that we AXFR',
-    proto       => ['udp', 'tcp'],
-    port        => 'domain',
-    saddr       => $base::public_addresses,
-  }
 }