Fix syntax error in puppet template

This commit is contained in:
Tim Mower 2013-09-20 11:36:37 +01:00
parent 724c462698
commit 9c519eda41
1 changed files with 1 additions and 1 deletions

View File

@ -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}} \