[PR #10443/6d675469 backport][stable-11] doc style adjustments: modules [no]* (#10454)

doc style adjustments: modules [no]* (#10443)

* doc style adjustments: modules n*

* doc style adjustments: modules o*

* Apply suggestions from code review

* Apply suggestions from code review



---------


(cherry picked from commit 6d67546902)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2025-07-25 09:45:53 +02:00
committed by GitHub
parent a34df7dc49
commit ab7b199af9
36 changed files with 252 additions and 229 deletions

View File

@@ -10,10 +10,10 @@ __metaclass__ = type
DOCUMENTATION = r"""
module: opendj_backendprop
short_description: Will update the backend configuration of OpenDJ using the dsconfig set-backend-prop command
short_description: Update the backend configuration of OpenDJ using the dsconfig set-backend-prop command
description:
- This module will update settings for OpenDJ with the command set-backend-prop.
- It will check first using de get-backend-prop if configuration needs to be applied.
- This module updates settings for OpenDJ with the command C(set-backend-prop).
- It checks first using C(get-backend-prop) if configuration needs to be applied.
author:
- Werner Dijkerman (@dj-wasabi)
extends_documentation_fragment: