BBlack has submitted this change and it was merged.

Change subject: Fix ipv6 ferm rule for iridium-vcs.eqiad.wmnet
......................................................................


Fix ipv6 ferm rule for iridium-vcs.eqiad.wmnet

Bug: T100519
Change-Id: I74d27205a38b6633f46c332b4b2a09dcdc889347
---
M manifests/role/phabricator.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  BBlack: Verified; Looks good to me, approved



diff --git a/manifests/role/phabricator.pp b/manifests/role/phabricator.pp
index 1ae9c1f..af9c513 100644
--- a/manifests/role/phabricator.pp
+++ b/manifests/role/phabricator.pp
@@ -173,7 +173,7 @@
     }
 
     ferm::rule { 'ssh_public':
-        rule => 'saddr (0.0.0.0/0) daddr (10.64.32.186/32 208.80.154.250/32 
2620:0:861:103:10:64:32:186/128 2620:0:861:ed1a::3:16/128) proto tcp dport (22) 
ACCEPT;',
+        rule => 'saddr (0.0.0.0/0 ::/0) daddr (10.64.32.186/32 
208.80.154.250/32 2620:0:861:103:10:64:32:186/128 2620:0:861:ed1a::3:16/128) 
proto tcp dport (22) ACCEPT;',
     }
 
     # redirect bugzilla URL patterns to phabricator

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

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

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

Reply via email to