Note that exim contains tracker-specific configuration
[mirror/dsa-puppet.git] / modules / roles / manifests / keyring.pp
index 453e6c0..11be4ea 100644 (file)
@@ -16,12 +16,12 @@ class roles::keyring {
 
   $notify_address_bind = join(getfromhash($deprecated::allnodeinfo, 'denis.debian.org', 'ipHostNumber'), '; ')
 
-  ferm::rule { '01-dsa-bind':
-    domain      => '(ip ip6)',
-    description => 'Allow nameserver access',
-    rule        => '&TCP_UDP_SERVICE_RANGE(53, ( $HOST_NAGIOS $HOST_DNSPRIMARY ) )',
+  ferm::rule::simple { 'keyserver':
+    port => 11371
   }
 
+  Ferm::Rule::Simple <<| tag == 'named::keyring::ferm' |>>
+
   concat::fragment { 'dsa-named-conf-puppet-misc---openpgpkey-zone':
     target  => '/etc/bind/named.conf.puppet-misc',
     order   => '020',