diff options
Diffstat (limited to 'personal_infra/puppet/site')
| -rw-r--r-- | personal_infra/puppet/site/pg.h1.int.pdp7.net.pp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp b/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp index b964548b..944c5c16 100644 --- a/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp +++ b/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp @@ -1,3 +1,11 @@ node 'pg.h1.int.pdp7.net' { - class {'postgres':} + class {'postgres': + pg_hba_conf => @(EOT) + # TYPE DATABASE USER ADDRESS METHOD + # "local" is for Unix domain socket connections only + local all all peer + host k8s_test k8s_test k8s-test.h1.int.pdp7.net trust + | EOT + , + } } |
