On Wed, Oct 5, 2011 at 2:01 PM, Dan Urist <[email protected]> wrote: > I'm trying to install puppet-dashboard v1.2.1. In database.yml.example > there aren't any settings for the database server and port; neither are > there any documented at > http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html > > Does puppet dashboard require that its database be running on the local > host on the default port?
Dashboard uses activerecord for the database connections. It's a matter of editing the database.yml file correctly. A quick glance looks like this URL might help.. http://www.ruby-forum.com/topic/156018 > -- > Dan Urist > [email protected] > 303-497-2459 > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > 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. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. 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.
