From 5fbd374646470ecc7ec3719cd4c1fa40a0e22406 Mon Sep 17 00:00:00 2001 From: Jerry Clinesmith Date: Tue, 10 Sep 2013 22:00:52 -0500 Subject: [PATCH] #348: chef-solo provisioner: update docs --- website/source/docs/provisioners/chef-solo.html.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/provisioners/chef-solo.html.markdown b/website/source/docs/provisioners/chef-solo.html.markdown index df6101b90..d5b6f4b01 100644 --- a/website/source/docs/provisioners/chef-solo.html.markdown +++ b/website/source/docs/provisioners/chef-solo.html.markdown @@ -37,6 +37,14 @@ configuration is actually required, but at least `run_list` is recommended. to the remote machine in the directory specified by the `staging_directory`. By default, this is empty. +* `roles_path` (string) - The path to the "roles" 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. + +* `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. + * `execute_command` (string) - The command used to execute Chef. This has various [configuration template variables](/docs/templates/configuration-templates.html) available. See below for more information.