/[adm]/puppet/modules/puppet/templates/db_config.erb
ViewVC logotype

Contents of /puppet/modules/puppet/templates/db_config.erb

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2493 - (show annotations) (download)
Thu Mar 15 22:54:55 2012 UTC (12 years, 1 month ago) by misc
File size: 272 byte(s)
rename db_config.pp as it cause issue with rakefile for puppet-lint
1 <%- if database == 'sqlite3' -%>
2 dbadapter = sqlite3
3 dblocation = /var/lib/puppet/storeconfigs.db
4 <%- else -%>
5 dbadapter = postgresql
6 dbuser = puppet
7 dbpassword = <%= pgsql_password %>
8 dbserver = pgsql.<%= domain %>
9 dbname = puppet
10 <%- end -%>

  ViewVC Help
Powered by ViewVC 1.1.30