From c8b91f3dad551410013eb43e73cfeae4369d2811 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 28 Apr 2014 15:30:43 -0700 Subject: [PATCH] website: clarify docs --- .../source/docs/provisioners/puppet-masterless.html.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/provisioners/puppet-masterless.html.markdown b/website/source/docs/provisioners/puppet-masterless.html.markdown index 23c07f433..8571b9355 100644 --- a/website/source/docs/provisioners/puppet-masterless.html.markdown +++ b/website/source/docs/provisioners/puppet-masterless.html.markdown @@ -60,7 +60,9 @@ Optional parameters: * `manifest_dir` (string) - The path to a local directory with manifests to be uploaded to the remote machine. This is useful if your main - manifest file uses imports. + manifest file uses imports. This directory doesn't necessarily contain + the `manifest_file`. It is a separate directory that will be set as + the "manifestdir" setting on Puppet. * `module_paths` (array of strings) - This is an array of paths to module directories on your local filesystem. These will be uploaded to the remote