Skip to content

Commit

Permalink
Merge pull request #308 from adamvduke/patch-1
Browse files Browse the repository at this point in the history
add leading pound symbol on comment lines
  • Loading branch information
Aaron Baer committed Mar 23, 2016
2 parents 7584a1c + 88ce6ac commit 3d63bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/pg_hba.conf.erb
Expand Up @@ -18,7 +18,7 @@
<% node['postgresql']['pg_hba'].each do |auth| -%>
<% if auth[:comment] %>
<%= auth[:comment] %>
# <%= auth[:comment] %>
<% end %>
<% if auth[:addr] %>
<%= auth[:type].ljust(7) %> <%= auth[:db].ljust(15) %> <%= auth[:user].ljust(15) %> <%= auth[:addr].ljust(23) %> <%= auth[:method] %>
Expand Down

0 comments on commit 3d63bc5

Please sign in to comment.