}
include named::authoritative
+
+ $notify_address = join(getfromhash($site::allnodeinfo, 'denis.debian.org', 'ipHostNumber'), "; ")
+
+ concat::fragment { 'dsa-named-conf-puppet-misc---openpgpkey-zone':
+ target => '/etc/bind/named.conf.puppet-misc',
+ order => '020',
+ content => @("EOF"),
+ zone "_openpgpkey.debian.org" {
+ type master;
+ file "/srv/keyring.debian.org/_openpgpkey.debian.org.zone";
+ allow-query { any; };
+ allow-transfer {
+ key tsig-denis.debian.org-kaufmann.debian.org ;
+ 127.0.0.1;
+ };
+ also-notify {
+ $notify_address;
+ };
+ }
+ | EOF
+ }
+
}