We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad02dd commit be683b7Copy full SHA for be683b7
1 file changed
manifests/server/database_ini.pp
@@ -73,7 +73,7 @@
73
} elsif $database == 'postgres' {
74
$classname = 'org.postgresql.Driver'
75
$subprotocol = 'postgresql'
76
- $subname = "//${database_host}:${database_port}/${database}"
+ $subname = "//${database_host}:${database_port}/${database_name}"
77
78
##Only setup for postgres
79
ini_setting {'puppetdb_psdatabase_username':
0 commit comments