express42-cookbooks/postgresql_lwrp

View on GitHub
templates/default/pg_hba.conf.erb

Summary

Maintainability
Test Coverage
#
# Generated by Chef for <%= node['fqdn'] %>.
# Local modifications will be overwritten.
#

# TYPE  DATABASE        USER            ADDRESS                 METHOD

<% @configuration.each do |config| %>
<%= "#{config[:type].ljust(7)} #{config[:database].ljust(15)} #{config[:user].ljust(15)} #{config[:address].ljust(23)} #{config[:method]}"%>
<% end %>