Ottomata has uploaded a new change for review.

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


Change subject: Just in case escapes are different with single vs double 
quotes, I'm leaving this as it was before.
......................................................................

Just in case escapes are different with single vs double quotes, I'm leaving 
this as it was before.

Change-Id: Ice1913b8ef34f8d0a1e268d796660b0b723b8892
---
M manifests/role/cache.pp
1 file changed, 6 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/11/62011/1

diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 9a8546a..3f36c61 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -641,8 +641,8 @@
                                        listener_address => '208.80.154.154', # 
analytics1001
                                        port             => '8422',
                                        instance_name    => '',
-                                       cli_args         => '-m 
RxURL:^/event\.gif\?. -D',
-                                       log_fmt          => '%U %q      
%{Host}i        %t      %h      %{X-Forwarded-For}i     %{Referer}i     
%{Accept-Language}i     %{Cookie}i      %{X-WAP-Profile}i       %{User-agent}i  
%l      %n',
+                                       cli_args         => "-m 
RxURL:^/event\.gif\?. -D",
+                                       log_fmt          => "%U %q      
%{Host}i        %t      %h      %{X-Forwarded-For}i     %{Referer}i     
%{Accept-Language}i     %{Cookie}i      %{X-WAP-Profile}i       %{User-agent}i  
%l      %n",
                                        monitor          => false,
                                }
                        }
@@ -654,8 +654,8 @@
                                listener_address => $event_listener,
                                port             => '8422',
                                instance_name    => '',
-                               cli_args         => '-m RxURL:^/event\.gif\?. 
-D',
-                               log_fmt          => '%q %l      %n      %t      
%h',
+                               cli_args         => "-m RxURL:^/event\.gif\?. 
-D",
+                               log_fmt          => "%q %l      %n      %t      
%h",
                                monitor          => false,
                        }
                }
@@ -756,8 +756,8 @@
                }
 
                if( $::realm == 'production' ) {
-                       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" }
                }
        }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ice1913b8ef34f8d0a1e268d796660b0b723b8892
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: 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