Lcarr has submitted this change and it was merged.

Change subject: fixing contint public ip ranges
......................................................................


fixing contint public ip ranges

Change-Id: I267a306c3a2768aa1bbef27436a26c71c6933e1d
---
M manifests/misc/contint.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/manifests/misc/contint.pp b/manifests/misc/contint.pp
index 8659694..751152c 100644
--- a/manifests/misc/contint.pp
+++ b/manifests/misc/contint.pp
@@ -312,7 +312,7 @@
                iptables_add_service{ "lo_all": interface => "lo", service => 
"all", jump => "ACCEPT" }
                iptables_add_service{ "localhost_all": source => "127.0.0.1", 
service => "all", jump => "ACCEPT" }
                iptables_add_service{ "private_all": source => "10.0.0.0/8", 
service => "all", jump => "ACCEPT" }
-               iptables_add_service{ "public_all": source => 
"208.80.154.128/26", service => "all", jump => "ACCEPT" }
+               iptables_add_service{ "public_all": source => 
"208.80.152.0/22", service => "all", jump => "ACCEPT" }
        }
 
        class iptables-drops {

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

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

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

Reply via email to