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 \
|
{{.FacterVars}}{{if .Sudo}} sudo -E {{end}}puppet apply \
|
||||||
--verbose \
|
--verbose \
|
||||||
--modulepath='{{.ModulePath}}' \
|
--modulepath='{{.ModulePath}}' \
|
||||||
{{if .HieraConfigPath ne ""}}--hiera_config='{{.HieraConfigPath}}' {{end}} \
|
{{if ne .HieraConfigPath ""}}--hiera_config='{{.HieraConfigPath}}' {{end}} \
|
||||||
{{if .ManifestDir ne ""}}--manifestdir='{{.ManifestDir}}' {{end}} \
|
{{if ne .ManifestDir ""}}--manifestdir='{{.ManifestDir}}' {{end}} \
|
||||||
{{.ManifestFile}}
|
{{.ManifestFile}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue