aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 83b26c1..88c48bb 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -221,4 +221,8 @@ class sshd {
default: { nagios::service{ "ssh_${fqdn}_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } }
}
}
+
+ if $use_shorewall{
+ include shorewall::rules::ssh
+ }
}