rearranged stuff
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@913 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
This commit is contained in:
parent
b42046acde
commit
dcb759f542
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ define sshd::deploy_auth_key(
|
|||
}
|
||||
|
||||
$real_source = $source ? {
|
||||
'' => "sshd/authorized_keys/${name}",
|
||||
'' => [ "sshd/authorized_keys/${name}",
|
||||
"dist/sshd/authorized_keys/${name}"]
|
||||
default => $source,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue