From dd31453c1a7b2af7729888abcc2095fa14206ec2 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 11 Jul 2011 09:34:11 -0700 Subject: [PATCH] Properly quote options in chef solo configuration for Windows. [closes GH-406] --- templates/chef_solo_solo.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/chef_solo_solo.erb b/templates/chef_solo_solo.erb index 67f65e77c..c3e465a67 100644 --- a/templates/chef_solo_solo.erb +++ b/templates/chef_solo_solo.erb @@ -2,12 +2,12 @@ node_name "<%= node_name %>" <% end %> file_cache_path "<%= provisioning_path %>" -cookbook_path <%= cookbooks_path %> -role_path <%= roles_path %> +cookbook_path <%= cookbooks_path.inspect %> +role_path <%= roles_path.inspect %> log_level <%= log_level.inspect %> <% if data_bags_path -%> -data_bag_path <%= data_bags_path %> +data_bag_path <%= data_bags_path.inspect %> <% end %> <% if recipe_url -%>