Hi everyone,
I have over 1000 machines using ruby 1.8.7. I want to use the mcollective command
mco rpc shell start command=/usr/local/sbin/some.sh -I somehost
At first I was getting an error regarding securerandom.uuid. I was able to backport that code. Now I'm getting
undefined method 'spawn' for Process:Module
Can someone give me a hint as to how to solve this without upgrading ruby to 1.9.3? Thanks.
↧