Projet

Général

Profil

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

root / manifests / rules / rsync.pp @ 5dedf86c

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

1
# @summary allow rsync connections
2
class nftables::rules::rsync {
3
  nftables::rule {
4
    'default_in-rsync':
5
      content => 'tcp dport 873 accept',
6
  }
7
}