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:
b364d79
)
Different name
author
Peter Palfrader
<peter@palfrader.org>
Fri, 27 May 2011 10:09:04 +0000
(12:09 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 27 May 2011 10:09:04 +0000
(12:09 +0200)
modules/stunnel4/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/stunnel4/manifests/init.pp
b/modules/stunnel4/manifests/init.pp
index
897ea83
..
c2e9db7
100644
(file)
--- a/
modules/stunnel4/manifests/init.pp
+++ b/
modules/stunnel4/manifests/init.pp
@@
-18,7
+18,7
@@
class stunnel4 {
}
exec {
"restart_stunnel_${name}":
- command => "true && cd / && env -i /etc/init.d/stunnel4 restart ${name}",
+ command => "true && cd / && env -i /etc/init.d/stunnel4 restart
puppet-
${name}",
require => [ File['/etc/stunnel/stunnel.conf'],
File['/etc/init.d/stunnel4'],
Exec['enable_stunnel4'],