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:
bd9151b
)
restrict stunnel to debian hosts, III
author
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Mar 2011 12:05:00 +0000
(13:05 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Mar 2011 12:05:00 +0000
(13:05 +0100)
modules/stunnel4/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/stunnel4/manifests/init.pp
b/modules/stunnel4/manifests/init.pp
index
a71d34f
..
96aee45
100644
(file)
--- a/
modules/stunnel4/manifests/init.pp
+++ b/
modules/stunnel4/manifests/init.pp
@@
-30,13
+30,12
@@
class stunnel4 {
"stunnel-${name}":
description => "stunnel ${name}",
rule => "&SERVICE_RANGE(tcp, ${accept}, \$HOST_DEBIAN_V4)",
- }
- @ferm::rule {
+ ;
"stunnel-${name}-v6":
domain => 'ip6',
description => "stunnel ${name}",
rule => "&SERVICE_RANGE(tcp, ${accept}, \$HOST_DEBIAN_V6)",
- }
+ ;
}
}
define stunnel_client($accept, $connecthost, $connectport) {