From bcd0deba8bef86b9fa29ea516d35021ca8706677 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 14 Aug 2018 13:07:14 -0700 Subject: [PATCH] (#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. --- website/source/docs/provisioning/puppet_apply.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/provisioning/puppet_apply.html.md b/website/source/docs/provisioning/puppet_apply.html.md index 3cd74bdac..76a5caccb 100644 --- a/website/source/docs/provisioning/puppet_apply.html.md +++ b/website/source/docs/provisioning/puppet_apply.html.md @@ -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.