bwood
2010-Oct-05 05:18 UTC
[Puppet Users] StoreConfigs not supported without ActiveRecord 2.1 or higher, but 3.0.0 is installed.
I''ve installed the puppet 2.6.1 and facter 1.5.8 gems on my Ubuntu 10.4 server. I''ve got activerecord-3.0.0 installed: root@voutcity:~# gem list *** LOCAL GEMS *** activemodel (3.0.0) activerecord (3.0.0) activesupport (3.0.0) arel (1.0.1) builder (2.1.2) facter (1.5.8) i18n (0.4.1) puppet (2.6.1) tzinfo (0.3.23) When I start puppetmasterd I get: root@voutcity:~# service puppetmaster start * Starting puppet configuration management tool master server Could not parse configuration file: StoreConfigs not supported without ActiveRecord 2.1 or higher [fail] I''m thinking that I just need to tell puppet the path to my manually installed activerecord code: /usr/lib/ruby/gems/1.8/gems/ activerecord-3.0.0/? Is that the case? If so how do I do this? Thanks for any help. Brian -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
James Turnbull
2010-Oct-05 05:48 UTC
Re: [Puppet Users] StoreConfigs not supported without ActiveRecord 2.1 or higher, but 3.0.0 is installed.
bwood wrote:> I''ve installed the puppet 2.6.1 and facter 1.5.8 gems on my Ubuntu > 10.4 server. > > I''ve got activerecord-3.0.0 installed: >Hi Brian This is bug with 2.6.1 and ActiveRecord. It''s fixed in 2.6.2 (RC1 out now and release shortly): http://projects.puppetlabs.com/issues/4763 Regards James Turnbull -- Puppet Labs - http://www.puppetlabs.com C: 503-734-8571 -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
bwood
2010-Oct-05 14:16 UTC
[Puppet Users] Re: StoreConfigs not supported without ActiveRecord 2.1 or higher, but 3.0.0 is installed.
Thanks for the reply. I''ll try the RC. Should it work with the 0.25 releases? -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
James Turnbull
2010-Oct-05 14:42 UTC
Re: [Puppet Users] Re: StoreConfigs not supported without ActiveRecord 2.1 or higher, but 3.0.0 is installed.
bwood wrote:> Thanks for the reply. I''ll try the RC. Should it work with the 0.25 > releases? >Puppet masters should always be the more recent release - so a 2.6.2 master will support 0.25.x clients. Regards James Turnbull -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.