Compare commits
2 Commits
4be542670b
...
bb4b919548
| Author | SHA1 | Date | |
|---|---|---|---|
| bb4b919548 | |||
|
|
f75aeaf9b5 |
@@ -67,9 +67,7 @@ action :create do
|
||||
listen_addresses: "0.0.0.0"
|
||||
}
|
||||
|
||||
if new_resource.role == "replica"
|
||||
additional_config[:promote_trigger_file] = "#{postgresql_data_dir}/failover.trigger"
|
||||
end
|
||||
additional_config[:promote_trigger_file] = "#{postgresql_data_dir}/failover.trigger"
|
||||
|
||||
ssl_cert = postgresql_data_bag_item['ssl_cert']
|
||||
ssl_cert_path = "#{postgresql_data_dir}/server.crt"
|
||||
|
||||
Reference in New Issue
Block a user