From fa1f04833c5c8b3c568c87066d906137f3734852 Mon Sep 17 00:00:00 2001 From: Paul Schooss Date: Tue, 20 Jan 2015 11:07:46 -0800 Subject: [PATCH] Adding documentation for the environments_path --- website/source/docs/provisioners/chef-solo.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/provisioners/chef-solo.html.markdown b/website/source/docs/provisioners/chef-solo.html.markdown index b60096307..e4f27f627 100644 --- a/website/source/docs/provisioners/chef-solo.html.markdown +++ b/website/source/docs/provisioners/chef-solo.html.markdown @@ -54,6 +54,10 @@ configuration is actually required, but at least `run_list` is recommended. the secret for encrypted data bags. By default, this is empty, so no secret will be available. +* `environments_path` (string) - The path to the "environments" 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.