Merge pull request #789 from bpot/puppet_default_really_correct
website: really fix puppet provisioner cmd docs
This commit is contained in:
commit
15956a3c02
|
@ -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}}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue