projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c5c415
)
notify varnish service
author
Martin Zobel-Helas
<zobel@debian.org>
Fri, 25 Jan 2013 22:46:53 +0000
(23:46 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Fri, 25 Jan 2013 22:46:53 +0000
(23:46 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/varnish/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/varnish/manifests/init.pp
b/modules/varnish/manifests/init.pp
index
1560c65
..
b134c8e
100644
(file)
--- 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'],
}
}