BBlack has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/382710 )

Change subject: purging: put BE before FE in varnishes list
......................................................................


purging: put BE before FE in varnishes list

Since this all goes through a coalesced eventloop there's no hard
gaurantees about ordering with the present vhtcpd, but it seems
like processing the backend before the frontend has the potential
to help avoid a race, or at worst does nothing.

Bug: T133821
Change-Id: Ib3194878f0674269d513dfac6c06b948dddedba1
---
M modules/varnish/manifests/htcppurger.pp
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/varnish/manifests/htcppurger.pp 
b/modules/varnish/manifests/htcppurger.pp
index 1512f02..e5a7729 100644
--- a/modules/varnish/manifests/htcppurger.pp
+++ b/modules/varnish/manifests/htcppurger.pp
@@ -32,7 +32,7 @@
 class varnish::htcppurger(
     $mc_addrs,
     $host_regex = '',
-    $varnishes = [ '127.0.0.1:3127', '127.0.0.1:3128' ],
+    $varnishes = [ '127.0.0.1:3128', '127.0.0.1:3127' ],
 ) {
     Class[varnish::packages] -> Class[varnish::htcppurger]
 

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

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

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

Reply via email to