aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-04 18:40:29 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-04-04 18:40:29 +0000
commitbdf171ffee9008107e172dd6ef55075d57eb95bb (patch)
tree22ddec3940572dae9cfbe7ca2efcd44d01171781 /manifests
parent3a15ca8c3c1e816b278627fea3fa18d23c36a22c (diff)
downloadpuppet-sshd-bdf171ffee9008107e172dd6ef55075d57eb95bb.tar.gz
puppet-sshd-bdf171ffee9008107e172dd6ef55075d57eb95bb.tar.bz2
fixed typo
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1163 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 c5565d1..613098a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -118,7 +118,7 @@ define sshd::deploy_auth_key(
$real_source = $source ? {
'' => [ "puppet://$server/files/sshd/authorized_keys/${name}",
- "puppet://$server/sshd/authorized_keys/${name}" ]
+ "puppet://$server/sshd/authorized_keys/${name}" ],
default => "puppet://$server/$source",
}