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:
@@ -1,5 +1,6 @@
|
|||||||
<%= node['openstack']['common']['custom_template_banner'] %>
|
<%= node['openstack']['common']['custom_template_banner'] %>
|
||||||
<% @service_config.each do |section, values| -%>
|
<% @service_config.each do |section, values| -%>
|
||||||
|
|
||||||
[<%= section %>]
|
[<%= section %>]
|
||||||
<% values.each do |key, value| -%>
|
<% values.each do |key, value| -%>
|
||||||
<% if value.class == Hash -%>
|
<% if value.class == Hash -%>
|
||||||
|
Reference in New Issue
Block a user