(#10091) Update `module_path` type for puppet apply provisioner
This commit updates the documentation for `module_path` to say that it can be both a string or array of string paths.
This commit is contained in:
parent
64acd68c64
commit
bcd0deba8b
|
@ -44,7 +44,7 @@ available below this section.
|
|||
* `manifests_path` (string) - The path to the directory which contains the
|
||||
manifest files. This defaults to "manifests"
|
||||
|
||||
* `module_path` (string) - Path, on the host, to the directory which
|
||||
* `module_path` (string or array of strings) - Path or paths, on the host, to the directory which
|
||||
contains Puppet modules, if any.
|
||||
|
||||
* `environment` (string) - Name of the Puppet environment.
|
||||
|
|
Loading…
Reference in New Issue