From eecddfee5ba86a897fb37b7c7de74dcbeddada2b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 6 Jul 2011 09:05:26 -0700 Subject: [PATCH] Fix template typo for Chef solo. This makes it so that no newline is created for data bags... --- templates/chef_solo_solo.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/chef_solo_solo.erb b/templates/chef_solo_solo.erb index 15de280f9..67f65e77c 100644 --- a/templates/chef_solo_solo.erb +++ b/templates/chef_solo_solo.erb @@ -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 %>