On 21 July 2011 11:19, david ramblewski <david.ramblew...@gmail.com> wrote:

> Hi,
>
> I've installed Dashboard on my server and I aim to remotely request
> the MySQL Database.
> All documentations read explain the way to roll out using Dashboard
> and MySQL Database on the same server.
>
> I am looking for any information to achieve that because I haven't
> found any from the time being and I wonder if it's just possible.
>
> Thanks you,
>
> David


Perfectely possible - I had Puppet, Dashboard, and MySQL on 3 separate
machines.

Dashboard is a rails app - so you configure the db in config/database.yml. I
had the following:

production:
  host: dbserver.domain
  database: dashboard
  username: dashboarduser
  password: mydbpass
  encoding: utf8
  adapter: mysql

Hope that helps :)

Greg

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