From: mh Date: Wed, 20 Oct 2010 21:46:14 +0000 (+0200) Subject: use parametrized class to pass ssh_ports to open up things X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8f918b0e7358013e4b2d16759a73b401ab386358;p=puppet-sshd.git use parametrized class to pass ssh_ports to open up things --- 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, + } } }