Ok, I solved the issue. It took some doing because apparently puppet doesn't work with the newest version of activerecord.
http://projects.puppetlabs.com/issues/867 Here are the steps that ended up working: apt-get install rubygems gem install activerecord --version 3.0.11 apt-get install libmysqlclient15-dev gem install mysql I had to disable async_storeconfig because stomp gave an error and I had never used it before: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not write ***** to queue: undefined method `publish' for #<Stomp::Client:0x7f86042f8280> Instance::#<Puppet::Resource::Catalog:0x7f8604546618> client : #<Puppet::Util::Queue::Stomp:0x7f860447b080> -- 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/-/pKhuJ7B6GoQJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
