diff options
author | mh <mh@immerda.ch> | 2010-01-09 16:31:47 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-01-09 16:31:47 +0100 |
commit | 50c043ef2c374cdef570fa66188262fbc4695a4c (patch) | |
tree | 660e6c9b299329f3bb99bb078b4c96d2080ce3c3 /manifests/rules/smtp | |
parent | 6b600e8eda3bad8fbe8fd1472939d8e9bc247458 (diff) | |
download | puppet-shorewall-50c043ef2c374cdef570fa66188262fbc4695a4c.tar.gz puppet-shorewall-50c043ef2c374cdef570fa66188262fbc4695a4c.tar.bz2 |
add smtp disable rule
Diffstat (limited to 'manifests/rules/smtp')
-rw-r--r-- | manifests/rules/smtp/disable.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/rules/smtp/disable.pp b/manifests/rules/smtp/disable.pp new file mode 100644 index 0000000..aaf8f6b --- /dev/null +++ b/manifests/rules/smtp/disable.pp @@ -0,0 +1,5 @@ +class shorewall::rules::smtp::disable inherits shorewall::rules::smtp { + Shorewall::Rule['net-me-smtp-tcp']{ + action => 'DROP'; + } +} |