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