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