summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 12:40:32 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 12:40:32 +0000
commitdcb759f5424d1aa338395beecf1a1b5af01ccd9b (patch)
tree739f948fd0dc97ed70e2d7c288576873e93b3425 /manifests
parentb42046acde89a61313855b0768c24d0ecdf5e800 (diff)
rearranged stuff
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@913 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0ce9bff..1e7b968 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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,
}