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:
80a105a
)
Exec[stunnel_restart] depends on new init script
author
Peter Palfrader
<peter@palfrader.org>
Fri, 27 May 2011 10:03:56 +0000
(12:03 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 27 May 2011 10:03:56 +0000
(12:03 +0200)
modules/stunnel4/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/stunnel4/manifests/init.pp
b/modules/stunnel4/manifests/init.pp
index
8b26a06
..
fcedab8
100644
(file)
--- a/
modules/stunnel4/manifests/init.pp
+++ b/
modules/stunnel4/manifests/init.pp
@@
-88,7
+88,12
@@
class stunnel4 {
;
"restart_stunnel":
command => "true && cd / && env -i /etc/init.d/stunnel4 restart",
- require => [ File['/etc/stunnel/stunnel.conf'], Exec['enable_stunnel4'], Exec['kill_file_override'], Package['stunnel4'] ],
+ require => [ File['/etc/stunnel/stunnel.conf'],
+ File['/etc/init.d/stunnel4'],
+ Exec['enable_stunnel4'],
+ Exec['kill_file_override'],
+ Package['stunnel4']
+ ],
refreshonly => true,
;
"kill_file_override":