Projet

Général

Profil

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

root / manifests / services / openafs_client.pp @ master

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

1 09cba182 Steve Traylen
# @summary Open inbound and outbound ports for an AFS client
2 215aee13 Steve Traylen
class nftables::services::openafs_client inherits nftables {
3
  if $nftables::out_all {
4
    fail('All outgoing traffic is allowed, you might want to use only nftables::rules::afs3_callback')
5
  }
6
7
  include nftables::rules::afs3_callback
8
  include nftables::rules::out::openafs_client
9
}