From 2728029db7f8e02a75a161787c0d4ef5d3e00379 Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Thu, 14 Nov 2013 16:13:20 -0800 Subject: [PATCH] Update chef-solo.html.markdown underscore of "data_bags" should be escaped; causes run-on italic --- website/source/docs/provisioners/chef-solo.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/chef-solo.html.markdown b/website/source/docs/provisioners/chef-solo.html.markdown index 01d0f8737..01be99a74 100644 --- a/website/source/docs/provisioners/chef-solo.html.markdown +++ b/website/source/docs/provisioners/chef-solo.html.markdown @@ -48,7 +48,7 @@ configuration is actually required, but at least `run_list` is recommended. These will be uploaded to the remote machine in the directory specified by the `staging_directory`. By default, this is empty. -* `data_bags_path` (string) - The path to the "data_bags" directory on your local filesystem. +* `data_bags_path` (string) - The path to the "data\_bags" directory on your local filesystem. These will be uploaded to the remote machine in the directory specified by the `staging_directory`. By default, this is empty.