Merge pull request #445 from timmow/patch-1

website: Fix syntax error in puppet template
This commit is contained in:
Mitchell Hashimoto 2013-09-20 09:06:11 -07:00
commit b07803d5db
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: for readability) to execute Puppet:
``` ```
{{.FacterVars}}{{if .Sudo} sudo -E {{end}}puppet apply \ {{.FacterVars}}{{if .Sudo}} sudo -E {{end}}puppet apply \
--verbose \ --verbose \
--modulepath='{{.ModulePath}}' \ --modulepath='{{.ModulePath}}' \
{{if .HasHieraConfigPath}}--hiera_config='{{.HieraConfigPath}}' {{end}} \ {{if .HasHieraConfigPath}}--hiera_config='{{.HieraConfigPath}}' {{end}} \