Add additional puppet options (#42218)

* Add additional puppet options

Add support for puppet options --debug, --verbose, --summary,
and extend logdest to support logging to stdout and syslog at
the same time.

Fixes issue: #37986

* Fix docs

* Doc fix, add release note

* Fix silly yaml error

* Correct changelog, add C() to params in doc
This commit is contained in:
Jill R
2018-07-06 10:52:17 -07:00
committed by Sam Doran
parent 8bdd04c147
commit 8606fb33f0
2 changed files with 41 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
minor_changes:
- puppet - Add support for --debug, --verbose, --summarize
https://github.com/ansible/ansible/issues/37986
- puppet - Add support for setting logdest to both stdout and syslog via 'all'