From bd9151bdf107fdaac8b9806fa436c7e5fc0986bb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 21 Mar 2011 13:04:41 +0100 Subject: [PATCH] restrict stunnel to debian hosts, II --- modules/stunnel4/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/stunnel4/manifests/init.pp b/modules/stunnel4/manifests/init.pp index 16a5c26d0..a71d34f0c 100644 --- a/modules/stunnel4/manifests/init.pp +++ b/modules/stunnel4/manifests/init.pp @@ -30,7 +30,8 @@ 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}", -- 2.20.1