Re: [Puppet Users] Re: ssh authorized key problem in AIX

2010-07-07 Thread M.F.Haris
thanks Andrew, the sourcepath i was using for AIX is puppet:///userkeys/$pub_key.${username}. but I am pretty sure that with 0.24 it was working fine and i it appears to me since i upgrade to 0.25 sourcepath must require '/modules/' inlcuded here. Thanks again for your prompt reply. M Haris Faroo

[Puppet Users] Re: ssh authorized key problem in AIX

2010-07-06 Thread Andrew Forgue
Haris, On Jul 6, 7:19 am, "M.F.Haris" wrote: > $sourcepath = $operatingsystem ? { >         AIX => "/etc/puppet/modules/userkeys/files/$pub_key.$username", >         default => "puppet:///SLES/$pub_key.${username}", >     } Here, on the AIX path you tell it to copy the id_dsa.pub /from a local f