Bugfix
This commit is contained in:
parent
0d41016e4f
commit
ceb1280177
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue