summaryrefslogtreecommitdiff
path: root/manifests/rules/out/ssh/disable.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/rules/out/ssh/disable.pp')
-rw-r--r--manifests/rules/out/ssh/disable.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/rules/out/ssh/disable.pp b/manifests/rules/out/ssh/disable.pp
new file mode 100644
index 00000000..223bf73b
--- /dev/null
+++ b/manifests/rules/out/ssh/disable.pp
@@ -0,0 +1,5 @@
+class shorewall::rules::out::ssh::disable inherits shorewall::rules::out::ssh {
+ Shorewall::Rule['me-net-tcp_ssh']{
+ action => 'DROP',
+ }
+}