Commit 65329582 authored by Ross Smith II's avatar Ross Smith II

Merge pull request #1850 from nerd0/patch-1

Adding documentation for the environments_path
[skip ci]
parents ecda407a fa1f0483
...@@ -54,6 +54,10 @@ configuration is actually required, but at least `run_list` is recommended. ...@@ -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 the secret for encrypted data bags. By default, this is empty, so no
secret will be available. 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 * `execute_command` (string) - The command used to execute Chef. This has
various [configuration template variables](/docs/templates/configuration-templates.html) various [configuration template variables](/docs/templates/configuration-templates.html)
available. See below for more information. available. See below for more information.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment