mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
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:
5
changelogs/fragments/puppet_debugging_options.yaml
Normal file
5
changelogs/fragments/puppet_debugging_options.yaml
Normal 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'
|
||||
Reference in New Issue
Block a user