Ori.livneh has uploaded a new change for review.

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

Change subject: Apply varnishstatsd on cp1066 (text varnish) as well
......................................................................

Apply varnishstatsd on cp1066 (text varnish) as well

Change-Id: I7f9121890095236ecfdefee25cb1452e5d458d6a
---
M modules/role/manifests/cache/statsd.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/57/214657/1

diff --git a/modules/role/manifests/cache/statsd.pp 
b/modules/role/manifests/cache/statsd.pp
index e2ed76d..b50ff5d 100644
--- a/modules/role/manifests/cache/statsd.pp
+++ b/modules/role/manifests/cache/statsd.pp
@@ -2,7 +2,7 @@
 # Installs a local statsd instance for aggregating and serializing
 # stats before sending them off to a remote statsd instance.
 class role::cache::statsd {
-    if $::hostname == 'cp1048' {
+    if $::hostname == 'cp1048' or $::hostname == 'cp1066' {
         ::varnish::logging::statsd { 'default':
             statsd_server => 'statsd.eqiad.wmnet',
             key_prefix    => "varnish.${::site}.backends",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7f9121890095236ecfdefee25cb1452e5d458d6a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to