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: r...@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: r...@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-us...@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.