Hello,

I'm attempting to setup puppet 2.7.6 to use the storeconfigs but it's
failing to create the database and I'm not seeing any error or messages in
the logs related to initializing the database. I'm using mysql and have
created the user/role and the database and I'm able to connect successfully
on both localhost and remotely. I'm running the dashboard on the same
system and it's able to connect to it's db without issue. When I run lsof
against the master process it hasn't loaded the ruby mysql library, which I
can see when I lsof the dashboard process.

Any thoughts?

System:
OpenSUSE 11.3
puppet 2.7.6
apache2 + passenger-3.0.9

[master]
    # required for Apache with Passenger (aka mod_rails)
    ssl_client_header = SSL_CLIENT_S_DN
    ssl_client_verify_header = SSL_CLIENT_VERIFY
    #dbmigrate = true
    dbadapter = mysql
    dbname = puppet
    dbuser = puppet
    dbpassword = password
    #dbsocket = /var/run/mysql/mysql.sock
    dbserver = localhost
    storeconfigs = true


--
Later,
Darin

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