Skip to content

Commit

Permalink
Merge pull request #8 from rujim/patch-1
Browse files Browse the repository at this point in the history
Fixing options for post_bootstrap users.
  • Loading branch information
jadestorm authored Apr 6, 2020
2 parents 977c043 + 4f5a62b commit 559c87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/postgresql.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bootstrap:
<% if settings['password'] -%>
password: <%= settings['password'] %>
<% end -%>
<% if settings.has_key? 'options' && !settings['options'].empty? -%>
<% if settings['options'] -%>
options:
<% settings['options'].each do |option| -%>
- <%= option %>
Expand Down

0 comments on commit 559c87a

Please sign in to comment.