Fix template typo for Chef solo.

This makes it so that no newline is created for data bags...
This commit is contained in:
Mitchell Hashimoto 2011-07-06 09:05:26 -07:00
parent 9287324472
commit eecddfee5b
1 changed files with 1 additions and 1 deletions

View File

@ -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 %>