Skip to content

Commit 76ce943

Browse files
committed
Fixed compatibility w/ puppetlabs-postgresql 5.0.0
1 parent 2bff10c commit 76ce943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# The remaining database settings are not used for an embedded database
2424
$database_host = 'localhost'
25-
$database_port = '5432'
25+
$database_port = 5432
2626
$database_name = 'puppetdb'
2727
$database_username = 'puppetdb'
2828
$database_password = 'puppetdb'

0 commit comments

Comments
 (0)