This commit is contained in:
parent
6b4bc74e36
commit
dc2f262fa2
@ -12,6 +12,9 @@ host {{ user }} repmgr {{ network }} trust
|
|||||||
{%- for network in net.ip_networks %}
|
{%- for network in net.ip_networks %}
|
||||||
host all all {{ network }} md5
|
host all all {{ network }} md5
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
{%- for network in net.optional_ip_networks %}
|
||||||
|
host all all {{ network }} md5
|
||||||
|
{%- endfor %}
|
||||||
|
|
||||||
|
|
||||||
local all postgres peer
|
local all postgres peer
|
||||||
|
Loading…
Reference in New Issue
Block a user