aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 12:31:19 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 12:31:19 +0000
commitb42046acde89a61313855b0768c24d0ecdf5e800 (patch)
tree8e2a9fdaad656c50e3ec203987fe69be161d8207 /manifests
parent87e586658bf70f8263eaf77052bc929472b5e9f6 (diff)
downloadpuppet-sshd-b42046acde89a61313855b0768c24d0ecdf5e800.tar.gz
puppet-sshd-b42046acde89a61313855b0768c24d0ecdf5e800.tar.bz2
fixed real path
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@911 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 6f8361b..0ce9bff 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -101,6 +101,6 @@ define sshd::deploy_auth_key(
owner => $user,
group => $real_group,
mode => 600,
- source => "puppet://$server/$source",
+ source => "puppet://$server/$real_source",
}
}