Projet

Général

Profil

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

root / manifests / services / openafs_client.pp @ f1ef02c5

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

1
class nftables::services::openafs_client inherits nftables {
2
  if $nftables::out_all {
3
    fail('All outgoing traffic is allowed, you might want to use only nftables::rules::afs3_callback')
4
  }
5

    
6
  include nftables::rules::afs3_callback
7
  include nftables::rules::out::openafs_client
8
}