summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-09-09 23:19:00 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-09-09 23:19:00 +0000
commite3ce449ff48f8245f7358cd98b59a86d8ddbf9bf (patch)
tree73caaa8b606db11129d3c0b1e80879cc4078084b /manifests
parentcecae58767fc235df2b4107089604ed3419536b9 (diff)
Merge commit 'puzzle/development'
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2230 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 ae21fe6..95682fd 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -165,7 +165,7 @@ define sshd::ssh_authorized_key(
ssh_authorized_key{$name:
type => $type,
key => $key,
- user => $root,
+ user => $user,
target => $target,
}