Puppet Class: nftables::rules::out::ssh::remove
- Inherits:
- nftables::rules::out::ssh
- Defined in:
- manifests/rules/out/ssh/remove.pp
Overview
disable outgoing ssh
| 2 3 4 5 6 | # File 'manifests/rules/out/ssh/remove.pp', line 2
class nftables::rules::out::ssh::remove inherits nftables::rules::out::ssh {
  Nftables::Rule['default_out-ssh'] {
    ensure => absent,
  }
} |