(#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:
Brian Cain 2018-08-14 13:07:14 -07:00
parent 64acd68c64
commit bcd0deba8b
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 1 additions and 1 deletions

View File

@ -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.