Commit 89d72851 authored by Jan Brauer's avatar Jan Brauer

Update docs

parent 1a191044
...@@ -62,6 +62,9 @@ Optional parameters: ...@@ -62,6 +62,9 @@ Optional parameters:
directories on your local filesystem. These will be uploaded to the remote directories on your local filesystem. These will be uploaded to the remote
machine. By default, this is empty. machine. By default, this is empty.
* `manifest_dir` (string) - The path to a local directory with
manifests to be uploaded to the remote machine.
* `prevent_sudo` (boolean) - By default, the configured commands that are * `prevent_sudo` (boolean) - By default, the configured commands that are
executed to run Puppet are executed with `sudo`. If this is true, executed to run Puppet are executed with `sudo`. If this is true,
then the sudo will be omitted. then the sudo will be omitted.
...@@ -83,6 +86,7 @@ for readability) to execute Puppet: ...@@ -83,6 +86,7 @@ for readability) to execute Puppet:
--verbose \ --verbose \
--modulepath='{{.ModulePath}}' \ --modulepath='{{.ModulePath}}' \
{{if .HasHieraConfigPath}}--hiera_config='{{.HieraConfigPath}}' {{end}} \ {{if .HasHieraConfigPath}}--hiera_config='{{.HieraConfigPath}}' {{end}} \
{{if .HasManifestDir}}--manifestdir='{{.ManifestDir}}' {{end}} \
{{.ManifestFile}} {{.ManifestFile}}
``` ```
......
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