Update docs for Puppet provisioners

This commit is contained in:
Matt Dainty 2018-12-07 15:36:30 +00:00
parent 2e4b00f59d
commit 3585b8023f
2 changed files with 10 additions and 0 deletions

View File

@ -114,6 +114,11 @@ manifests you should use `manifest_file` instead.
be run. If using Hiera files with relative paths, this option can be
helpful. (default: `staging_directory`)
- `elevated_user` and `elevated_password` (string) - If specified, Puppet
will be run with elevated privileges using the given Windows user. See the
[powershell](/docs/provisioners/powershell.html) provider for the full
details.
## Execute Command
By default, Packer uses the following command (broken across multiple lines for

View File

@ -100,6 +100,11 @@ listed below:
be run. If using Hiera files with relative paths, this option can be
helpful. (default: `staging_directory`)
- `elevated_user` and `elevated_password` (string) - If specified, Puppet
will be run with elevated privileges using the given Windows user. See the
[powershell](/docs/provisioners/powershell.html) provider for the full
details.
## Execute Command
By default, Packer uses the following command (broken across multiple lines for