puppet-dashboard/templates/database.yml.erb
Gary Larizza 22251f0832 Initial Manifest and Template Commit
This is the initial state of the module that is tested
under CentOS5 and Ruby 1.8.5.
2011-06-17 14:05:26 -07:00

7 lines
170 B
Plaintext

production:
adapter: mysql
database: <%= dashboard_db %>
username: <%= dashboard_user %>
password: <%= dashboard_password %>
encoding: <%= dashboard_charset %>