Make configuration files more readable

In order to make OpenStack configuration files written by Chef more
readable, this patch introduces a blank line before every section
heading.

Change-Id: Ib44e17cbba512c51c0098177d2dab1a91802b4d3
This commit is contained in:
Roger Luethi 2017-11-01 17:01:58 +01:00
parent 623d480d8d
commit ea0365d79a
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<%= node['openstack']['common']['custom_template_banner'] %>
<% @service_config.each do |section, values| -%>
[<%= section %>]
<% values.each do |key, value| -%>
<% if value.class == Hash -%>