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:
eab4021
)
quote filepaths
author
Peter Palfrader
<peter@palfrader.org>
Fri, 27 May 2011 10:21:59 +0000
(12:21 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 27 May 2011 10:21:59 +0000
(12:21 +0200)
modules/stunnel4/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/stunnel4/manifests/init.pp
b/modules/stunnel4/manifests/init.pp
index
5aeb648
..
d766846
100644
(file)
--- a/
modules/stunnel4/manifests/init.pp
+++ b/
modules/stunnel4/manifests/init.pp
@@
-20,11
+20,11
@@
class stunnel4 {
case $client {
true: {
$certfile = "/etc/ssl/debian/certs/thishost.crt"
- $keyfile =
/etc/ssl/debian/keys/thishost.key
+ $keyfile =
"/etc/ssl/debian/keys/thishost.key"
}
default: {
- $certfile =
/etc/exim4/ssl/thishost.crt
- $keyfile =
/etc/exim4/ssl/thishost.key
+ $certfile =
"/etc/exim4/ssl/thishost.crt"
+ $keyfile =
"/etc/exim4/ssl/thishost.key"
}
}