From 8f918b0e7358013e4b2d16759a73b401ab386358 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 20 Oct 2010 23:46:14 +0200 Subject: use parametrized class to pass ssh_ports to open up things --- manifests/init.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 54f822a..06290a8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -247,6 +247,8 @@ class sshd { } if $use_shorewall{ - include shorewall::rules::ssh + class{'shorewall::rules::ssh': + ports => $sshd_ports, + } } } -- cgit v1.2.3