website: correct default puppet provisioner command

This commit is contained in:
Bob Potter 2013-12-31 15:06:08 -06:00
parent 9e1c00a592
commit 9c07d2d5b3
1 changed files with 2 additions and 2 deletions

View File

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