fixed wrong path
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@923 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
This commit is contained in:
parent
bcb0140f70
commit
eba8003eef
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue