9 lines
347 B
Ruby
9 lines
347 B
Ruby
node.default['kosmos_postgresql']['postgresql_version'] = "14"
|
|
|
|
# This is set to false by default, and set to true in the server resource
|
|
# for replicas.
|
|
node.default['kosmos_postgresql']['ready_to_set_up_replica'] = false
|
|
|
|
# Address space from which clients are allowed to connect
|
|
node.default['kosmos_postgresql']['access_addr'] = "10.1.1.0/24"
|