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