aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-10 23:45:12 +0100
committermh <mh@immerda.ch>2009-12-10 23:45:12 +0100
commit5bdeab5848f975317a215fd40574f8edd568480a (patch)
treee5da7e9061b203eb5c11111b927f50f3214a86e2 /manifests/init.pp
parent217a4e25666e1fe2684872aa3f3a9868ffcf7141 (diff)
downloadpuppet-sshd-5bdeab5848f975317a215fd40574f8edd568480a.tar.gz
puppet-sshd-5bdeab5848f975317a215fd40574f8edd568480a.tar.bz2
re-add shorewall in rule :/
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
+ }
}