Merge pull request #771 from bpot/bp/fix_puppet_docs

website: correct default puppet provisioner command
This commit is contained in:
Mitchell Hashimoto 2013-12-31 13:10:17 -08:00
commit dbc6376dc7
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 \ {{.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}}
``` ```