]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/varnish/manifests/init.pp
notify varnish service
[dsa-puppet.git] / modules / varnish / manifests / init.pp
index 1560c65ec261471ea723cb9964179d5bedadbb3e..b134c8edd7e3fc565ca551514ae005ce9a8fb051 100644 (file)
@@ -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'],
         }
 }