BBlack has submitted this change and it was merged.

Change subject: varnish systemd unit file: iterate on fixups #4
......................................................................


varnish systemd unit file: iterate on fixups #4

Change-Id: I233819b0d0fa004b39cbd19deb5fa866d950d35b
---
M modules/varnish/templates/varnish.service.erb
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/modules/varnish/templates/varnish.service.erb 
b/modules/varnish/templates/varnish.service.erb
index 8c6abcf..51308e1 100644
--- a/modules/varnish/templates/varnish.service.erb
+++ b/modules/varnish/templates/varnish.service.erb
@@ -8,7 +8,7 @@
 PIDFile=%t/%p.pid
 Restart=on-failure
 <% if @cluster_options.fetch("enable_geoiplookup", false) -%>
-Environment="CC_COMMAND=exec cc -fpic -shared -Wl,-x -L/usr/local/lib/ -o %o 
%s -lGeoIP"
+Environment="CC_COMMAND=exec cc -fpic -shared -Wl,-x -L/usr/local/lib/ -o %%o 
%%s -lGeoIP"
 <% end -%>
 ExecReload=/usr/share/varnish/reload-vcl <%= @extraopts %> -q
 ExecStart=/usr/sbin/varnishd \

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I233819b0d0fa004b39cbd19deb5fa866d950d35b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>

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

Reply via email to