Generate a host entry for the current PostgreSQL primary

This commit is contained in:
Greg 2021-01-23 16:45:28 +01:00
parent 286cd2f2a3
commit ee7b3626be
1 changed files with 3 additions and 1 deletions

View File

@ -2,4 +2,6 @@
# rules to every server that is a PostgreSQL client
name "postgresql_client"
run_list []
run_list %w(
kosmos-postgresql::hostsfile
)