On Sep 1, 2011, at 7:27 AM, Moty wrote:

> I'm trying to build a server with puppet 2.7.3 and storeconfig . I keep 
> getting the following error:
> 
>  err: Could not retrieve catalog from remote server: Error 400 on SERVER: 
> Could not connect to database: Please install the mysql adapter: `gem install 
> activerecord-mysql-adapter`
> 
> gem install activerecord-mysql-adapter  can not find the package
> 
> I'm using lucid 10.04 with puppet and ruby libraries packages installed 
> through gem. 
----
not exactly sure what you are trying to accomplish here but...

gem search mysql --remote | grep activerecord
activerecord-jdbcmysql-adapter (1.1.3, 1.0.3 java)
activerecord-mysql-adapter-flags (0.0.3)
activerecord-mysql2legacydb-adapter (0.2.0)
activerecord-mysql2spatial-adapter (0.4.0)
activerecord-mysqlspatial-adapter (0.4.0)
npd-activerecord-jdbcmysql-adapter (0.9.2)

activerecord-mysql-adapter doesn't seem to exist

also, you can't possibly have installed ruby libraries through gem because gem 
doesn't exist/function unless you have ruby libraries installed.

gem install mysql # should be all you need to use storeconfigs or for that 
matter, store puppet/puppet-dashboard/foreman to mysql

Craig

-- 
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.

Reply via email to