On Sep 29, 2010, at 3:45 PM, Christian wrote: > /usr/sbin/puppetd:159:in `require': No such file to load -- puppet/ > application/puppetd (LoadError) > from /usr/sbin/puppetd:159 > > What went wrong here? Is there a bug in the rpm? Or do i have to set a > path somewhere?
It seems you have to set the ruby loadpath, $:, yourself to the folder where the files puppet.rb and facter.rb are. You can add a load path with `ruby -Ipath/to/load` or add it to GEM_PATH env variable. You can add a path to $GEM_PATH separated with ':', like bash/zsh $PATH. All the best, Sandor Szücs -- -- 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.
