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