From 4f976e7ba452cd6655f8bd8f5b39f68a30e7a0d3 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 25 Jan 2013 23:46:53 +0100 Subject: [PATCH] notify varnish service Signed-off-by: Martin Zobel-Helas --- modules/varnish/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/varnish/manifests/init.pp b/modules/varnish/manifests/init.pp index 1560c65e..b134c8ed 100644 --- a/modules/varnish/manifests/init.pp +++ b/modules/varnish/manifests/init.pp @@ -16,10 +16,12 @@ class varnish { file { '/etc/default/varnish': source => 'puppet:///modules/varnish/files/varnish.default' + notify => Service['varnish'], } file { '/etc/varnish/default.vcl': source => 'puppet:///modules/varnish/files/default.vcl' + notify => Service['varnish'], } } -- 2.39.2