diff options
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 3 insertions, 1 deletions
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, + } } } |