mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 05:04:22 -07:00
[PR #10463/d288555f backport][stable-11] doc style adjustments: modules p* (#10468)
doc style adjustments: modules p* (#10463)
* doc style adjustments: modules p*
* Update plugins/modules/pacemaker_resource.py
* Update plugins/modules/pagerduty_alert.py
* Update plugins/modules/pear.py
* Update plugins/modules/portage.py
* reformat
* adjustment from review
* Update plugins/modules/pkg5_publisher.py
---------
(cherry picked from commit d288555fd9
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Peter Oliver <github.com@mavit.org.uk>
This commit is contained in:
parent
62e852f421
commit
6d8ae5d639
30 changed files with 161 additions and 155 deletions
|
@ -66,8 +66,8 @@ options:
|
|||
logdest:
|
||||
description:
|
||||
- Where the puppet logs should go, if puppet apply is being used.
|
||||
- V(all) will go to both C(console) and C(syslog).
|
||||
- V(stdout) will be deprecated and replaced by C(console).
|
||||
- V(all) goes to both C(console) and C(syslog).
|
||||
- V(stdout) is deprecated and replaced by C(console).
|
||||
type: str
|
||||
choices: [all, stdout, syslog]
|
||||
default: stdout
|
||||
|
@ -128,8 +128,8 @@ options:
|
|||
- The default value, V(C), is supported on every system, but can lead to encoding errors if UTF-8 is used in the output.
|
||||
- Use V(C.UTF-8) or V(en_US.UTF-8) or similar UTF-8 supporting locales in case of problems. You need to make sure the
|
||||
selected locale is supported on the system the puppet agent runs on.
|
||||
- Starting with community.general 9.1.0, you can use the value V(auto) and the module will try and determine the best
|
||||
parseable locale to use.
|
||||
- Starting with community.general 9.1.0, you can use the value V(auto) and the module tries to determine the best parseable
|
||||
locale to use.
|
||||
type: str
|
||||
default: C
|
||||
version_added: 8.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue