Commit 15956a3c authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #789 from bpot/puppet_default_really_correct

website: really fix puppet provisioner cmd docs
parents 93f217c2 11353f18
......@@ -88,6 +88,7 @@ for readability) to execute Puppet:
--modulepath='{{.ModulePath}}' \
{{if ne .HieraConfigPath ""}}--hiera_config='{{.HieraConfigPath}}' {{end}} \
{{if ne .ManifestDir ""}}--manifestdir='{{.ManifestDir}}' {{end}} \
--detailed-exitcodes \
{{.ManifestFile}}
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment