diff options
Diffstat (limited to 'puppet/modules/shorewall/manifests/rules/smtps')
-rw-r--r-- | puppet/modules/shorewall/manifests/rules/smtps/disable.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/shorewall/manifests/rules/smtps/disable.pp b/puppet/modules/shorewall/manifests/rules/smtps/disable.pp new file mode 100644 index 00000000..24bd21fb --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/smtps/disable.pp @@ -0,0 +1,5 @@ +class shorewall::rules::smtps::disable inherits shorewall::rules::smtps { + Shorewall::Rule['net-me-smtps-tcp']{ + action => 'DROP', + } +} |