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:
Garrett Honeycutt 2016-11-12 09:54:03 -08:00 committed by GitHub
commit 6906ce3a26

View File

@ -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
}