Commit 37c20e2b authored by Chris Bednarski's avatar Chris Bednarski

Added links to puppet docs to clarify behavior of manifest with multiple files

parent 56745e14
...@@ -41,9 +41,11 @@ The reference of available configuration options is listed below. ...@@ -41,9 +41,11 @@ The reference of available configuration options is listed below.
Required parameters: Required parameters:
* `manifest_file` (string) - This is either a path to a puppet manifest (`.pp` * `manifest_file` (string) - This is either a path to a puppet manifest (`.pp`
file) _or_ a directory containing multiple manifests that puppet will apply. file) _or_ a directory containing multiple manifests that puppet will apply
These file(s) must exist on your local system and will be uploaded to the (the ["main manifest"][1]). These file(s) must exist on your local system and
remote machine. will be uploaded to the remote machine.
[1]: https://docs.puppetlabs.com/puppet/latest/reference/dirs_manifest.html
Optional parameters: Optional parameters:
...@@ -66,9 +68,8 @@ Optional parameters: ...@@ -66,9 +68,8 @@ Optional parameters:
the "manifestdir" setting on Puppet. the "manifestdir" setting on Puppet.
~> `manifest_dir` is passed to `puppet apply` as the `--manifestdir` option. ~> `manifest_dir` is passed to `puppet apply` as the `--manifestdir` option.
This option was deprecated in puppet 3.6, and is slated to be removed in This option was deprecated in puppet 3.6, and removed in puppet 4.0. If you
puppet 4.0. If you have multiple manifests you should simply use have multiple manifests you should use `manifest_file` instead.
`manifest_file` instead.
* `module_paths` (array of strings) - This is an array of paths to module * `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 directories on your local filesystem. These will be uploaded to the remote
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment