Puppet Class: nftables::rules::smtp
- Defined in:
- manifests/rules/smtp.pp
Overview
manage in smtp
2 3 4 5 6 7 |
# File 'manifests/rules/smtp.pp', line 2
class nftables::rules::smtp {
nftables::rule {
'default_in-smtp':
content => 'tcp dport 25 accept',
}
}
|