BBlack has submitted this change and it was merged.

Change subject: Add base::firewall to role::authdns
......................................................................


Add base::firewall to role::authdns

ferm rules were added in eec83fe0, but without base::firewall they
don't do much in practice.

Change-Id: Ib38a823e3f465c3e701b3660ac08c8db70e0d7b5
---
M manifests/role/authdns.pp
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  BBlack: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/authdns.pp b/manifests/role/authdns.pp
index 60d3c92..5d6aee3 100644
--- a/manifests/role/authdns.pp
+++ b/manifests/role/authdns.pp
@@ -31,6 +31,7 @@
 class role::authdns::server {
     system::role { 'authdns': description => 'Authoritative DNS server' }
 
+    include base::firewall
     include authdns::ganglia
     include role::authdns::data
 

-- 
To view, visit https://gerrit.wikimedia.org/r/279609
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib38a823e3f465c3e701b3660ac08c8db70e0d7b5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to