BBlack has uploaded a new change for review.

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

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

varnish systemd unit file: iterate on fixups #2

Change-Id: I618088f129e1babc3ee320dfb30f98b8fd3923dd
---
M modules/varnish/templates/varnish.service.erb
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/02/186102/1

diff --git a/modules/varnish/templates/varnish.service.erb 
b/modules/varnish/templates/varnish.service.erb
index 14b7a54..f7fcf8d 100644
--- a/modules/varnish/templates/varnish.service.erb
+++ b/modules/varnish/templates/varnish.service.erb
@@ -5,11 +5,11 @@
 Type=forking
 LimitNOFILE=500000
 LimitMEMLOCK=90000
-PIDFile=/run/varnishd<%= @instance_suffix -%>.pid
+PIDFile=/run/varnishd<%= @instancesuffix -%>.pid
 Restart=on-failure
 ExecReload=/usr/share/varnish/reload-vcl <%= @extraopts %> -q
 ExecStart=/usr/sbin/varnishd \
--P /run/varnishd<%= @instance_suffix -%>.pid \
+-P /run/varnishd<%= @instancesuffix -%>.pid \
 -a :<%= @varnish_port -%> \
 -T 127.0.0.1:<%= @varnish_admin_port -%> \
 -f /etc/varnish/wikimedia_<%= @vcl -%>.vcl \
@@ -21,7 +21,7 @@
 -p nuke_limit=300 -p shm_reclen=1024 \
 <%= @runtime_params -%> \
 <%= @extraopts -%> \
-<% if @cluster_options.fetch("enable_geoiplookup", false) -%>-p 
'cc_command=exec cc -fpic -shared -Wl,-x -L/usr/local/lib/ -o %o %s -lGeoIP'<% 
end %>
+<% if @cluster_options.fetch("enable_geoiplookup", false) -%>-p 
cc_command=exec cc -fpic -shared -Wl,-x -L/usr/local/lib/ -o %o %s -lGeoIP<% 
end %>
 
 [Install]
 WantedBy=multi-user.target

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

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

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

Reply via email to