summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 12:50:32 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 12:50:32 +0000
commit99410e12952b22d8cd1206e207c709a96c82ebcc (patch)
tree4a83082b99c3e8ddb4a74c3614889328715e7773 /manifests
parentdcb759f5424d1aa338395beecf1a1b5af01ccd9b (diff)
typo
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@916 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 1e7b968..69b5f86 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -86,7 +86,7 @@ define sshd::deploy_auth_key(
$real_source = $source ? {
'' => [ "sshd/authorized_keys/${name}",
- "dist/sshd/authorized_keys/${name}"]
+ "dist/sshd/authorized_keys/${name}"],
default => $source,
}