I'm using puppet-dashboard with MySQL (I know is deprecated, but we started
with this model before puppetDB and I hope we'll manage to use it for a bit
longer)
I had a few problems in installing the active records: I install the puppet
master machine with scripts and this run didn't manage to install
activerecords and I found errors in puppet master so had to install it by
hand (this should have raised a warning on this machine)
So is possible that there are problems around, but I tryed to install the
latest stuff to test things out and here comes the problems.

These are the gems
abstract (1.0.0)
actionmailer (3.0.0)
actionpack (3.0.0)
activemodel (3.2.12, 3.0.0)
activerecord (3.2.12, 3.0.0)
activerecord-mysql-adapter (0.0.1)
activeresource (3.0.0)
activesupport (3.2.12, 3.0.0)
arel (3.0.2, 1.0.1)
builder (3.0.4, 2.1.2)
bundler (1.0.22)
erubis (2.6.6)
i18n (0.6.4, 0.4.2)
json (1.5.1)
mail (2.2.19)
mime-types (1.21)
multi_json (1.6.1)
mysql (2.9.1, 2.8.1)
polyglot (0.3.3)
rack (1.2.8)
rack-mount (0.6.14)
rack-test (0.5.7)
rails (3.0.0)
railties (3.0.0)
rake (0.8.7)
stomp (1.2.2)
thor (0.14.6)
treetop (1.4.12)
tzinfo (0.3.36)

This is the sequence I use to install puppet:
rpm -ivh
http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-6.noarch.rpm
yum install --nogpgcheck -y puppet-server

#operazioni da fare per collegare puppet server a mysql
yum install --nogpgcheck -y ruby-mysql
yum install --nogpgcheck -y rubygems ruby-devel mysql-devel
gem install rails -v 3.0 --no-ri --no-rdoc

#installare mcollective client
yum install --nogpgcheck -y rubygem-stomp
yum install --nogpgcheck -y mcollective mcollective-client
mcollective-common

#install java (openjdk will do)
yum install --nogpgcheck -y java-1.6.0-openjdk.x86_64
rpm -ivh
http://yum.puppetlabs.com/el/6/dependencies/x86_64/tanukiwrapper-3.5.9-1.el6.x86_64.rpm
rpm -ivh
http://yum.puppetlabs.com/el/6/dependencies/x86_64/activemq-5.5.0-1.el6.noarch.rpm

# puppet dashboard
yum install --nogpgcheck -y puppet-dashboard

Thanks
Luca

2013/3/12 Matthew Burgess <matthew.2.burg...@gmail.com>

> On Mon, Mar 11, 2013 at 9:25 PM, Luca Gioppo <lucagio...@gmail.com> wrote:
> > I'm running a previously working set of modules with the  Puppet master
> > version 3.1.0-rc2.
> >
> > I'm getting the Error: stack level too deep
>
> On a complete hunch, what version of activerecord or the other active*
> Ruby modules are you running?  I think I remember hitting this when I
> upgraded to a 'too recent' version when using storeconfigs.  Alas, I
> can't remember the versions involved now, and no longer have access to
> the environment this occurred in.  Hopefully this might be enough to
> trigger other folks' memories if they've hit it so you can get a bit
> more concrete advice.
>
> Regards,
>
> Matt.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To post to this group, send email to puppet-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/puppet-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to