Projet

Général

Profil

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

root / manifests / services / openafs_client.pp @ c00bcf2d

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

1
# @summary Open inbound and outbound ports for an AFS client
2
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
}