Merge pull request #771 from bpot/bp/fix_puppet_docs

website: correct default puppet provisioner command
pull/919/head
Mitchell Hashimoto 12 years ago
commit dbc6376dc7

@ -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…
Cancel
Save