From 5bdeab5848f975317a215fd40574f8edd568480a Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 10 Dec 2009 23:45:12 +0100 Subject: re-add shorewall in rule :/ --- manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/init.pp') 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 + } } -- cgit v1.2.3