Merge pull request #10117 from briancain/puppet-module-list

Documentation: Update `module_path` type for puppet apply provisioner
This commit is contained in:
Brian Cain 2018-08-17 15:16:00 -07:00 committed by GitHub
commit e18bd076e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.