root / manifests / services / openafs_client.pp @ 1a4f336e
Historique | Voir | Annoter | Télécharger (285 octets)
1 | 215aee13 | Steve Traylen | 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 | } |