]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fixed typo
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 4 Apr 2008 18:40:29 +0000 (18:40 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 4 Apr 2008 18:40:29 +0000 (18:40 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1163 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index c5565d122498bbc545f09af255fd09ce982eb8d7..613098ab2842424911737f75e673a7c945e36327 100644 (file)
@@ -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",
         }