Update documentation for Chef Solo `nodes_path`
This commit is contained in:
parent
c23610d703
commit
8fb2e0b4a5
|
@ -42,6 +42,9 @@ available below this section.
|
||||||
* `environments_path` (string) - A path where environment definitions are
|
* `environments_path` (string) - A path where environment definitions are
|
||||||
located. By default, no environments folder is set.
|
located. By default, no environments folder is set.
|
||||||
|
|
||||||
|
* `nodes_path` (string or array) - A list of paths where node objects (in JSON format) are stored. By default, no
|
||||||
|
nodes path is set.
|
||||||
|
|
||||||
* `environment` (string) - The environment you want the Chef run to be
|
* `environment` (string) - The environment you want the Chef run to be
|
||||||
a part of. This requires Chef 11.6.0 or later, and that `environments_path`
|
a part of. This requires Chef 11.6.0 or later, and that `environments_path`
|
||||||
is set.
|
is set.
|
||||||
|
|
Loading…
Reference in New Issue