Puppet Class: nftables::rules::out::ssh

Inherited by:
nftables::rules::out::ssh::remove
Defined in:
manifests/rules/out/ssh.pp

Overview

manage out ssh



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

class nftables::rules::out::ssh {
  nftables::rule {
    'default_out-ssh':
      content => 'tcp dport 22 accept',
  }
}