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 -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On 21 July 2011 11:19, david ramblewski <david.ramblewski@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, > > DavidPerfectely 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi, Thanks for your advice, it works. Best regards, David On Fri, Jul 22, 2011 at 6:11 PM, Greg Sutcliffe <greg.sutcliffe@gmail.com> wrote:> On 21 July 2011 11:19, david ramblewski <david.ramblewski@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+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. >-- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.