On Jun 3, 8:56 am, jean <[email protected]> wrote:
>   Since i use facter 1.5.5 i got error running it by hand. It still work
> in puppet but i loosed the hability to run it from the command line:
>
> (aqadmin)> /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter
> /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter:50:in `require': no such
> file to load -- facter (LoadError)
>         from /var/lib/gems/1.8/gems/facter-1.5.5/bin/facter:50

Try this:

cd /var/lib/gems/1.8/gems/facter01.5.5 && \
    ruby installer.rb
cd /usr/bin && ln -fs /var/lib/gems/1.8/bin/facter

Seems the gem install is a little broken.

Ciao,
Sheldon.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to