We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbc38b0 + a65afcc commit bbd1f30Copy full SHA for bbd1f30
1 file changed
manifests/server/database_ini.pp
@@ -77,10 +77,6 @@
77
$subprotocol = 'postgresql'
78
$subname = "//${database_host}:${database_port}/${database_name}"
79
80
- $classname = 'org.postgresql.Driver'
81
- $subprotocol = 'postgresql'
82
- $subname = "//${database_host}:${database_port}/${database}"
83
-
84
##Only setup for postgres
85
ini_setting {'puppetdb_psdatabase_username':
86
setting => 'username',
0 commit comments