From 320758f7417e40be264dab0c3970c185f9ff6a93 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 25 Jan 2013 23:58:03 +0100 Subject: [PATCH] not my day Signed-off-by: Martin Zobel-Helas --- modules/varnish/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/varnish/manifests/init.pp b/modules/varnish/manifests/init.pp index 036530ab..ff72fc5f 100644 --- a/modules/varnish/manifests/init.pp +++ b/modules/varnish/manifests/init.pp @@ -16,12 +16,12 @@ class varnish { file { '/etc/default/varnish': source => 'puppet:///modules/varnish/files/varnish.default', - notify => Exec['varnish restart'], + notify => Service['varnish'], } file { '/etc/varnish/default.vcl': source => 'puppet:///modules/varnish/files/default.vcl', - notify => Exec['varnish restart'], + notify => Service['varnish'], } } -- 2.39.2