BBlack has uploaded a new change for review. ( 
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.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/10/382710/1

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: newchange
Gerrit-Change-Id: Ib3194878f0674269d513dfac6c06b948dddedba1
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