File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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'
4848 # These settings are for the read database
4949 $read_database = ' postgres'
5050 $read_database_host = undef
51- $read_database_port = ' 5432'
51+ $read_database_port = 5432
5252 $read_database_name = ' puppetdb'
5353 $read_database_username = ' puppetdb'
5454 $read_database_password = ' puppetdb'
Original file line number Diff line number Diff line change 7878 },
7979 {
8080 "name" : " puppetlabs/postgresql" ,
81- "version_requirement" : " >= 4.0.0 <5 .0.0"
81+ "version_requirement" : " >= 4.0.0 <6 .0.0"
8282 },
8383 {
8484 "name" : " puppetlabs/firewall" ,
You can’t perform that action at this time.
0 commit comments