On Fri, Oct 20, 2017, at 14:22, Andreas Dvorak wrote:
> pr0cess is installed. The older mcollective works fine with that
> location.
> 
> >rpm -ql ruby-pr0cess
> /usr/lib/ruby/site_ruby/1.8
> /usr/lib64/ruby/site_ruby/1.8/x86_64-linux
> /usr/lib64/ruby/site_ruby/1.8/x86_64-linux/pr0cess.so
> 
> Do you know how to configure the location to the file or should I be it
> to 
> an other place?

It depends on your ruby that is running mcollective, find the exact path
to the ruby binary and run:

  ruby -e 'p $:'

and see if the place this file is matches where its looking, you can
also just try:

  ruby -r pr0cess -e 'puts "hello"'

but be sure to use the same ruby path mcollective use

-- 
R.I.Pienaar / www.devco.net / @ripienaar

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/1508503547.2659406.1145350280.46A7BC15%40webmail.messagingengine.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to