From 5a095c4af713ace97fd0dc070ba9d430679d5264 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 28 May 2018 11:15:22 +0200 Subject: [PATCH] add -j unix,user=vcache -F to varnishd call --- modules/varnish/manifests/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/varnish/manifests/config.pp b/modules/varnish/manifests/config.pp index 3e5c5220e..e45edd824 100644 --- a/modules/varnish/manifests/config.pp +++ b/modules/varnish/manifests/config.pp @@ -23,7 +23,7 @@ define varnish::config ( content => @("EOF"), [Service] ExecStart= - ExecStart=/usr/sbin/varnishd ${listenstr} -T localhost:6082 -f /etc/varnish/${name}.vcl -S /etc/varnish/secret -s ${backend} + ExecStart=/usr/sbin/varnishd -j unix,user=vcache -F ${listenstr} -T localhost:6082 -f /etc/varnish/${name}.vcl -S /etc/varnish/secret -s ${backend} | EOF } -- 2.20.1