Fix template typo for Chef solo.
This makes it so that no newline is created for data bags...
This commit is contained in:
parent
9287324472
commit
eecddfee5b
|
@ -6,7 +6,7 @@ cookbook_path <%= cookbooks_path %>
|
|||
role_path <%= roles_path %>
|
||||
log_level <%= log_level.inspect %>
|
||||
|
||||
<% if data_bags_path %>
|
||||
<% if data_bags_path -%>
|
||||
data_bag_path <%= data_bags_path %>
|
||||
<% end %>
|
||||
|
||||
|
|
Loading…
Reference in New Issue