Historique | Voir | Annoter | Télécharger (209 octets)
# manage in icinga2
class nftables::rules::icinga2 (
Array[Stdlib::Port,1] $ports = [5665],
) {
nftables::rule {
'default_in-icinga2':
content => "tcp dport {${join($ports,', ')}} accept",
}