This commit is contained in:
intrigeri 2010-10-18 19:13:59 +02:00
parent 0d41016e4f
commit ceb1280177

View file

@ -202,7 +202,7 @@ class sshd {
if $sshd_port != '' {
$sshd_ports = [ $sshd_port ]
}
elsif $sshd_port == [] {
elsif ! $sshd_ports {
$sshd_ports = [ 22 ]
}
case $sshd_authorized_keys_file {