----- Original Message -----
> We are using Enterprise Ruby - I want to dig into Mcollective;
> however, there is no installation script in the *.tgz.   Also, the
> rpms have various requirements from the stock distribution (RHEL5 in
> my case) that are already present under our Enterprise Ruby
> installation.
> 
>      Is there some clever way to weave this together.  How to install
> the Mcollective without the typical setup.rb scripting.   I see the
> *.spec file there, I suppose I could remove the dependencies and try
> to build out individual *rpms.     Come to think of it, I wonder if
> there's a flag to RPM that I could override dependency checks with
> the
> RPMS and be done with this?

you should have good milage with more or less:

git clone <puppet labs git repo>
git checkout 1.2.0
rake rpm

if your /usr/bin/env ruby does the right thing, you should end up with
rpms that are built for your ruby

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

Reply via email to