From 8ee003072307afcb91fece6b33547dff08301e76 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 16 Sep 2019 11:03:49 +0200 Subject: [PATCH] shorter rule name --- modules/roles/manifests/dns_primary.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1