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:
bd7bcdd
)
remove one require
author
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Mar 2011 12:49:37 +0000
(13:49 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Mar 2011 12:49:37 +0000
(13:49 +0100)
modules/stunnel4/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/stunnel4/manifests/init.pp
b/modules/stunnel4/manifests/init.pp
index
83fbd82
..
5e2b8a3
100644
(file)
--- a/
modules/stunnel4/manifests/init.pp
+++ b/
modules/stunnel4/manifests/init.pp
@@
-60,7
+60,6
@@
class stunnel4 {
cafile => "/etc/stunnel/puppet-${name}-peer.pem",
accept => "${accept}",
connect => "${connecthost}:${connectport}",
- require => [ File["/etc/stunnel/puppet-${name}-peer.pem"] ],
;
}
}