Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/65268
Change subject: Hack for getting Text Varnish in Beta Labs ...................................................................... Hack for getting Text Varnish in Beta Labs Change-Id: Ic931521b91b3a955011af47f9ba2e12d38f89bc0 --- M manifests/role/cache.pp 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/68/65268/1 diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp index 9b1d1bb..023be8e 100644 --- a/manifests/role/cache.pp +++ b/manifests/role/cache.pp @@ -355,7 +355,7 @@ } class text { - if $::site == "esams" and $::hostname =~ /^amssq(4[7-9]|[56][0-9])$/ { + if ($::site == "esams" and $::hostname =~ /^amssq(4[7-9]|[56][0-9])$/) or ($::realm == "labs" and $::hostname =~ /^deployment-cache-text/) { # Varnish $cluster = "cache_text" -- To view, visit https://gerrit.wikimedia.org/r/65268 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic931521b91b3a955011af47f9ba2e12d38f89bc0 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mark Bergsma <m...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits