website: correct default puppet provisioner command
This commit is contained in:
parent
9e1c00a592
commit
9c07d2d5b3
|
@ -86,8 +86,8 @@ for readability) to execute Puppet:
|
|||
{{.FacterVars}}{{if .Sudo}} sudo -E {{end}}puppet apply \
|
||||
--verbose \
|
||||
--modulepath='{{.ModulePath}}' \
|
||||
{{if .HieraConfigPath ne ""}}--hiera_config='{{.HieraConfigPath}}' {{end}} \
|
||||
{{if .ManifestDir ne ""}}--manifestdir='{{.ManifestDir}}' {{end}} \
|
||||
{{if ne .HieraConfigPath ""}}--hiera_config='{{.HieraConfigPath}}' {{end}} \
|
||||
{{if ne .ManifestDir ""}}--manifestdir='{{.ManifestDir}}' {{end}} \
|
||||
{{.ManifestFile}}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue