aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/pg.h1.int.pdp7.net.pp
blob: 548438da526a55fc07ce01490aa4f3476ffc8890 (plain)
1
2
3
4
5
6
7
8
9
10
11
node 'pg.h1.int.pdp7.net' {
  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-prod.h1.int.pdp7.net  trust
      | EOT
    ,
  }
}