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

manifests/init.pp

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