Merge pull request #201 from bc-bjoern/feature_empty_ssh_hostkey
Remove join from validate_absolute_path for sshd_config_hostkey
This commit is contained in:
commit
6906ce3a26
@ -428,7 +428,7 @@ class ssh (
|
||||
$sshd_config_hostkey_real = $default_sshd_config_hostkey
|
||||
} else {
|
||||
validate_array($sshd_config_hostkey)
|
||||
validate_absolute_path(join($sshd_config_hostkey))
|
||||
validate_absolute_path($sshd_config_hostkey)
|
||||
$sshd_config_hostkey_real = $sshd_config_hostkey
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user