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:
parent
dbc38b01fe
commit
a65afcc1f1
1 changed files with 0 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue