We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb9a92 commit 0611d10Copy full SHA for 0611d10
testgres/node.py
@@ -530,7 +530,8 @@ def get_auth_method(t):
530
u"host\treplication\tall\t::1/128\t\t{}\n".format(auth_host),
531
u"host\treplication\tall\t{}/24\t\t{}\n".format(subnet_base, auth_host),
532
u"host\tall\tall\t{}/24\t\t{}\n".format(subnet_base, auth_host),
533
- u"host\tall\tall\tall\t{}\n".format(auth_host)
+ u"host\tall\tall\tall\t{}\n".format(auth_host),
534
+ u"host\treplication\tall\tall\t{}\n".format(auth_host)
535
] # yapf: disable
536
537
# write missing lines
0 commit comments