re-add shorewall in rule :/
This commit is contained in:
parent
217a4e2566
commit
5bdeab5848
2 changed files with 15 additions and 11 deletions
|
@ -221,4 +221,8 @@ class sshd {
|
|||
default: { nagios::service{ "ssh_${fqdn}_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } }
|
||||
}
|
||||
}
|
||||
|
||||
if $use_shorewall{
|
||||
include shorewall::rules::ssh
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue