Re: [Puppet Users] Re: puppet 2.7.11 requires ruby = 1.8.5

2012-03-05 Thread Craig White

On Mar 2, 2012, at 5:19 PM, Russell Van Tassell wrote:

 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

-- 
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.



Re: [Puppet Users] Re: puppet 2.7.11 requires ruby = 1.8.5

2012-03-02 Thread Craig White

On Mar 2, 2012, at 3:43 PM, rjl wrote:

 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 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.



Re: [Puppet Users] Re: puppet 2.7.11 requires ruby = 1.8.5

2012-03-02 Thread rjl
I can only find the puppet gem. Isn't there a puppet-server gem? I have a 
working environment without rails. The following is installed on my puppet 
master:

puppet-2.6.7-1.el5
puppet-server-2.6.7-1.el5

And the following is installed on my clients:

puppet-2.6.7-1.el5

You mention only one gem. Is there not a server gem? Obviously I am very 
confused.

On Friday, March 2, 2012 4:28:10 PM UTC-7, Craig White wrote:


 On Mar 2, 2012, at 3:43 PM, rjl wrote:

  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.
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.



Re: [Puppet Users] Re: puppet 2.7.11 requires ruby = 1.8.5

2012-03-02 Thread Russell Van Tassell
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...


On Fri, Mar 2, 2012 at 3:58 PM, rjl rjlin...@gmail.com wrote:

 I can only find the puppet gem. Isn't there a puppet-server gem? I have a
 working environment without rails. The following is installed on my puppet
 master:

 puppet-2.6.7-1.el5
 puppet-server-2.6.7-1.el5

 And the following is installed on my clients:

 puppet-2.6.7-1.el5

 You mention only one gem. Is there not a server gem? Obviously I am very
 confused.

 On Friday, March 2, 2012 4:28:10 PM UTC-7, Craig White wrote:


 On Mar 2, 2012, at 3:43 PM, rjl wrote:

  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.

 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.


-- 
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.