Fix duplicate stanza in database_ini.pp

There was a minor problem with a merge conflict in the previous
commit.  This commit should fix it.
This commit is contained in:
Chris Price 2012-09-20 16:59:39 -07:00
parent dbc38b01fe
commit a65afcc1f1

View file

@ -77,10 +77,6 @@ class puppetdb::server::database_ini(
$subprotocol = 'postgresql'
$subname = "//${database_host}:${database_port}/${database_name}"
$classname = 'org.postgresql.Driver'
$subprotocol = 'postgresql'
$subname = "//${database_host}:${database_port}/${database}"
##Only setup for postgres
ini_setting {'puppetdb_psdatabase_username':
setting => 'username',