Puppet Class: nftables::rules::rsync

Defined in:
manifests/rules/rsync.pp

Summary

allow rsync connections

Overview



2
3
4
5
6
7
# File 'manifests/rules/rsync.pp', line 2

class nftables::rules::rsync {
  nftables::rule {
    'default_in-rsync':
      content => 'tcp dport 873 accept',
  }
}