Sha256: b4663c9f98515b964bfd12309d3b47c6040bbb3d76e78956c90c74579a43aac3

Contents?: true

Size: 610 Bytes

Versions: 1

Compression:

Stored size: 610 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                                md5
host    replication     postgres        127.0.0.1/32            md5
host    replication     postgres        ::1/128                 md5
<% allowed_hosts.each do |host| %>
host    all             all             <%= Resolv.getaddress(host)%>/32            md5
<%end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-cluster-0.0.18 files/pg_hba.conf.erb