rearranged stuff

git-svn-id: https://svn/ipuppet/trunk/modules/sshd@913 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
This commit is contained in:
mh 2008-02-29 12:40:32 +00:00
parent b42046acde
commit dcb759f542

View file

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