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:
69d921a
)
Maybe there is no need to quote this anymore
author
Peter Palfrader
<peter@palfrader.org>
Fri, 13 Apr 2012 21:49:04 +0000
(23:49 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 13 Apr 2012 21:49:04 +0000
(23:49 +0200)
modules/stunnel4/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/stunnel4/manifests/init.pp
b/modules/stunnel4/manifests/init.pp
index
300eb52
..
6d5c4e4
100644
(file)
--- a/
modules/stunnel4/manifests/init.pp
+++ b/
modules/stunnel4/manifests/init.pp
@@
-18,7
+18,7
@@
class stunnel4 {
}
exec { 'enable_stunnel4':
- command => 'sed -i -e \'s/^ENABLED=/#&/;
\
$a ENABLED=1 # added by puppet\' /etc/default/stunnel4',
+ command => 'sed -i -e \'s/^ENABLED=/#&/; $a ENABLED=1 # added by puppet\' /etc/default/stunnel4',
unless => 'grep -q \'^ENABLED=1\' /etc/default/stunnel4',
require => Package['stunnel4'],
}