website: really fix puppet provisioner cmd docs

This commit is contained in:
Bob Potter 2014-01-04 12:55:56 -06:00
parent 93f217c2f1
commit 11353f182e
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ for readability) to execute Puppet:
--modulepath='{{.ModulePath}}' \ --modulepath='{{.ModulePath}}' \
{{if ne .HieraConfigPath ""}}--hiera_config='{{.HieraConfigPath}}' {{end}} \ {{if ne .HieraConfigPath ""}}--hiera_config='{{.HieraConfigPath}}' {{end}} \
{{if ne .ManifestDir ""}}--manifestdir='{{.ManifestDir}}' {{end}} \ {{if ne .ManifestDir ""}}--manifestdir='{{.ManifestDir}}' {{end}} \
--detailed-exitcodes \
{{.ManifestFile}} {{.ManifestFile}}
``` ```