From: mh Date: Fri, 29 Feb 2008 12:31:19 +0000 (+0000) Subject: fixed real path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b42046acde89a61313855b0768c24d0ecdf5e800;p=puppet-sshd.git fixed real path git-svn-id: https://svn/ipuppet/trunk/modules/sshd@911 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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", } }