From: Peter Palfrader Date: Mon, 16 Sep 2019 09:03:49 +0000 (+0200) Subject: shorter rule name X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8ee003072307afcb91fece6b33547dff08301e76;p=mirror%2Fdsa-puppet.git shorter rule name --- diff --git a/modules/roles/manifests/dns_primary.pp b/modules/roles/manifests/dns_primary.pp index 0c86ec1b0..d846c1b1f 100644 --- a/modules/roles/manifests/dns_primary.pp +++ b/modules/roles/manifests/dns_primary.pp @@ -43,7 +43,7 @@ class roles::dns_primary( } # firewalling - ferm::rule::simple { 'dsa-bind-from-third-party-secondaries': + ferm::rule::simple { 'dns-from-secondaries': description => 'Allow additional (such as 3rd party secondary nameserver) access to the primary', proto => ['udp', 'tcp'], port => 'domain',