Fix syntax error in puppet template
This commit is contained in:
parent
c1e469a0f7
commit
6093789ffc
@ -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}} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user