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

manifests/init.pp

index 1e7b9683278091a148d6e16a050609cc0191c238..69b5f86ff1711551de91d58854dd338d59756ab2 100644 (file)
@@ -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,
         }