This is likely only satisfied by Ruby 1.8.5 in your repositories.
This is the way the rpm package is currently built. This is in the
problem of changing, as 1.9.3 is now becoming the default in Fedora
17. I suspect a spec version very soon will have a this updated to
run with Ruby 1.9.
There are a couple of other 1.9 compatibility issues with packaging.
For example, ruby-shadow doesn't quite work with Ruby 1.9 and now
rubygem-ruby-shadow should be used.
Mike
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/pJAfy-Frl2AJ.
> To post to this group, send email to puppet...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
> Thanks Michael,
> I have a working environment using ruby 1.8.5 (The Centos 5 default). However, I want to change my puppet framework to be database driven. For that, I would like to use rails activerecord. Now the problem is that rails is not supported in 1.8.5.
>
> Any suggestions would be greatly appreciated.
----
you're on the right track but on CentOS 5, you pretty much should forget about using ruby/gems from rpm packages. Ruby 1.8.5 isn't going to get you anywhere with a Rails application.
Use gems...
gem install puppet
gem install rails
Craig
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/LCusiYG84zoJ.
> The gem includes everything you will need... the (basic) difference is simply running "puppet agent" versus "puppet master" -- some packages just hide the simplicity (probably a legacy thing?).
>
> Note: I do not believe things like the sysconfig, logrotate and startup scripts get installed by default with the gem (it's been a while since I've done a fresh/virgin install in an environment) ... but those should be easy enough to find. Many folks seem to run things out of cron, anyway...
----
I think you will find the various bits in the gem/conf directory (init/sysconfig/logrotate/etc.)
Craig