fixed wrong path

git-svn-id: https://svn/ipuppet/trunk/modules/sshd@923 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
This commit is contained in:
mh 2008-02-29 14:25:05 +00:00
parent bcb0140f70
commit eba8003eef

View file

@ -48,7 +48,7 @@ class sshd {
default => $source,
}
notice("sshd_allowed_users is set to ${sshd_allowed_users}")
#notice("sshd_allowed_users is set to ${sshd_allowed_users}")
$real_sshd_allowed_users = $sshd_allowed_users ? {
'' => 'root',