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