github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/database/conf.d/pg_hba.conf.toml (about)

     1  [template]
     2  src   = "pg_hba.conf"
     3  dest  = "/etc/postgresql/main/pg_hba.conf"
     4  uid = 70
     5  gid = 70
     6  mode  = "0640"
     7  keys = [
     8    "/deis/database",
     9  ]
    10  reload_cmd = "/usr/local/bin/reload"