On 04/10/12 17:30, Andy Parker wrote:
I encountered this issue yesterday when trying to reproduce another
issue. I discovered that you need to be using activerecord 3.0.11.
Later versions don't seem to work (error with a "stack too deep") and
earlier versions don't seem to work (error with "uninitialized
constant ActiveRecord").
Interesting. On my *old* puppetmaster (2.7 upgraded to 3.0) I'm running
activerecord-2.1.1-2 from the puppetlabs-deps repo. It doesn't work,
failing with the "uninitialized constant ActiveRecord" error.
On my *new* puppetmaster (fresh install of 3.0 on a blank box) it is
also running activerecord-2.1.1-2 from the puppetlabs-deps repo. It
*does* work.
Both puppetmasters are running identical puppet configs. The *old*
puppetmaster has these gems:
activemodel (3.2.8, 3.2.3, 3.0.9)
activerecord (2.1.1)
activesupport (3.2.8, 3.2.3, 3.0.9, 2.1.1)
arel (3.0.2, 2.0.10)
builder (3.0.0, 2.1.2)
hiera (1.0.0)
i18n (0.6.0, 0.5.0)
multi_json (1.3.2)
rake (0.8.7)
tzinfo (0.3.33, 0.3.29)
The *new* puppetmaster has these:
activerecord (2.1.1)
activesupport (2.1.1)
Possibly there's an issue with the multiple versions of activesupport? I
don't really know anything about ruby - I'm merely a user of puppet.
Cheers,
Jonathan
--
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.