Re: [Puppet Users] Dashboard rhel5 problems

2011-08-15 Thread Michael Stahnke
We also can recommend Puppet Enterprise, which includes ruby 1.8.7 and passenger pre-configured. Mike -- 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 g

Re: [Puppet Users] Dashboard rhel5 problems

2011-08-15 Thread Craig White
I think if you intend to run any reasonable ruby and/or rails applications on RHEL 5.x or CentOS 5.x, you should probably be using Ruby Enterprise Edition... http://www.rubyenterpriseedition.com/ Craig On Aug 15, 2011, at 9:05 AM, Marek Dohojda wrote: > So I moved further. The issue is ruby v

Re: [Puppet Users] Dashboard rhel5 problems

2011-08-15 Thread Marek Dohojda
So I moved further. The issue is ruby version. Dashboard passenger ruby apparently wants to be above version 1.8.5, which is the default version for RHEL5. This likely would not have been an issue if I haven't already upgrade puppet to 2.6.6 and thereby loaded new passenger. I will see if there

Re: [Puppet Users] Dashboard rhel5 problems

2011-08-12 Thread Craig White
On Aug 12, 2011, at 1:13 PM, Marek Dohojda wrote: > Hello > > I have a running puppet and passenger (2.6.8) running on RHEL5. I installed > dashboard and configured it, and all that is working as well. However I > don't want to run webrick I want to put dashboard under passenger with apache.

[Puppet Users] Dashboard rhel5 problems

2011-08-12 Thread Marek Dohojda
Hello I have a running puppet and passenger (2.6.8) running on RHEL5. I installed dashboard and configured it, and all that is working as well. However I don't want to run webrick I want to put dashboard under passenger with apache. I have done the conf change to add virtual host, and changed i