diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-29 12:31:19 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-29 12:31:19 +0000 |
commit | b42046acde89a61313855b0768c24d0ecdf5e800 (patch) | |
tree | 8e2a9fdaad656c50e3ec203987fe69be161d8207 /manifests/init.pp | |
parent | 87e586658bf70f8263eaf77052bc929472b5e9f6 (diff) | |
download | puppet-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/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
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", } } |