BBlack has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/243880

Change subject: post-merge syntax fixup for f092ee39
......................................................................

post-merge syntax fixup for f092ee39

Change-Id: I733af9f4495f55b17cf7eeae42eb1aa00aa4f94e
---
M modules/cdh
M modules/varnish/templates/vcl/wikimedia.vcl.erb
2 files changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/80/243880/1

diff --git a/modules/cdh b/modules/cdh
index ccfe4d1..6382780 160000
--- a/modules/cdh
+++ b/modules/cdh
-Subproject commit ccfe4d1084a81015397befc68fb3381477f1045d
+Subproject commit 6382780d404d04ecf71c0416e92b4b2972324885
diff --git a/modules/varnish/templates/vcl/wikimedia.vcl.erb 
b/modules/varnish/templates/vcl/wikimedia.vcl.erb
index ddb2bdd..48a1a08 100644
--- a/modules/varnish/templates/vcl/wikimedia.vcl.erb
+++ b/modules/varnish/templates/vcl/wikimedia.vcl.erb
@@ -400,7 +400,7 @@
                }
                if (req.http.X-Trusted-Proxy && req.http.X-Forwarded-For) {
                        // get last from trusted-proxy-supplied XFF
-                       set req.http.X-Client-IP = 
regsub(req.http.X-Forwarded-For, "^([^,]+, ?)+", "")
+                       set req.http.X-Client-IP = 
regsub(req.http.X-Forwarded-For, "^([^,]+, ?)+", "");
                }
        } else {
                // XRIP from nginx, XFF assumed to be set and contain at least

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

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

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

Reply via email to