Sha256: 9b858f04732851b7168b5ac518252a0c8317d64b3740e74e18ca1ed00fe8b976

Contents?: true

Size: 595 Bytes

Versions: 7

Compression:

Stored size: 595 Bytes

Contents

local   all             postgres                                trust
local   all             all                                     md5
host    all             all             127.0.0.1/32            md5
host    all             all             ::1/128                 md5
#local   replication     postgres                                peer
#host    replication     postgres        127.0.0.1/32            md5
#host    replication     postgres        ::1/128                 md5
<% allowed_hosts.each do |host| %>
host    all             all             <%= host%>/32            md5
<%end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
capistrano-cluster-0.0.16 files/pg_hba.conf.erb
capistrano-cluster-0.0.15 files/pg_hba.conf.erb
capistrano-cluster-0.0.14 files/pg_hba.conf.erb
capistrano-cluster-0.0.13 files/pg_hba.conf.erb
capistrano-cluster-0.0.12 files/pg_hba.conf.erb
capistrano-cluster-0.0.11 files/pg_hba.conf.erb
capistrano-cluster-0.0.10 files/pg_hba.conf.erb