Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / manifests / rules / out / postgres.pp @ 2e704fc9

Historique | Voir | Annoter | Télécharger (155 octets)

1
# manage out postgres
2
class nftables::rules::out::postgres {
3
  nftables::rule{
4
    'default_out-postgres':
5
      content => 'tcp dport 5432 accept';
6
  }
7
}