Merge pull request #445 from timmow/patch-1
website: Fix syntax error in puppet template
This commit is contained in:
commit
b07803d5db
|
@ -79,7 +79,7 @@ By default, Packer uses the following command (broken across multiple lines
|
|||
for readability) to execute Puppet:
|
||||
|
||||
```
|
||||
{{.FacterVars}}{{if .Sudo} sudo -E {{end}}puppet apply \
|
||||
{{.FacterVars}}{{if .Sudo}} sudo -E {{end}}puppet apply \
|
||||
--verbose \
|
||||
--modulepath='{{.ModulePath}}' \
|
||||
{{if .HasHieraConfigPath}}--hiera_config='{{.HieraConfigPath}}' {{end}} \
|
||||
|
|
Loading…
Reference in New Issue