summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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,
}