Ottomata has uploaded a new change for review.
https://gerrit.wikimedia.org/r/62013
Change subject: Keeping double quotes just in case single quote escaping is
different
......................................................................
Keeping double quotes just in case single quote escaping is different
Change-Id: Iab90563f46fd56df741c7617b25f12b6b39913cf
---
M manifests/role/cache.pp
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/13/62013/1
diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 3f36c61..d8ae9ac 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -529,8 +529,8 @@
xff_sources =>
$network::constants::all_networks,
}
- varnish::logging { 'emery' : listener_address
=> '208.80.152.184' , cli_args => '-m RxRequest:^(?!PURGE\$) -D' }
- varnish::logging { 'multicast_relay' : listener_address
=> '208.80.154.73' , port => '8419', cli_args => '-m RxRequest:^(?!PURGE\$) -D'
}
+ varnish::logging { 'emery' : listener_address
=> '208.80.152.184' , cli_args => "-m RxRequest:^(?!PURGE\$) -D" }
+ varnish::logging { 'multicast_relay' : listener_address
=> '208.80.154.73' , port => '8419', cli_args => "-m RxRequest:^(?!PURGE\$) -D"
}
# HTCP packet loss monitoring on the ganglia aggregators
if $ganglia_aggregator and $::site != "esams" {
--
To view, visit https://gerrit.wikimedia.org/r/62013
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab90563f46fd56df741c7617b25f12b6b39913cf
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits