X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fkeyring.pp;h=a411ff5402f43d2f7377c2857a8f874c3e55fd51;hb=d0c098685b92334a611a0c596a35f538b95ead47;hp=903064d5ccbd4c89f9ac20287eda01b1e6642332;hpb=acd1de8f69a30e3a07fcb5dad44f980dd8bd89a3;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/keyring.pp b/modules/roles/manifests/keyring.pp index 903064d5c..a411ff540 100644 --- a/modules/roles/manifests/keyring.pp +++ b/modules/roles/manifests/keyring.pp @@ -12,9 +12,9 @@ class roles::keyring { include named::authoritative - $notify_address_bind = join(getfromhash($site::allnodeinfo, 'denis.debian.org', 'ipHostNumber'), "; ") + $notify_address_bind = join(getfromhash($deprecated::allnodeinfo, 'denis.debian.org', 'ipHostNumber'), "; ") - @ferm::rule { '01-dsa-bind': + ferm::rule { '01-dsa-bind': domain => '(ip ip6)', description => 'Allow nameserver access', rule => '&TCP_UDP_SERVICE_RANGE(53, ( $HOST_NAGIOS $HOST_DNSPRIMARY ) )',