Ottomata has submitted this change and it was merged.

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(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: Iab90563f46fd56df741c7617b25f12b6b39913cf
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to