Skip to content
4 changes: 3 additions & 1 deletion plugins/modules/cm_service_role_config_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
description:
- Whether to reset configuration parameters to only the declared entries.
type: bool
default: no
default: False
extends_documentation_fragment:
- cloudera.cluster.cm_options
- cloudera.cluster.cm_endpoint
Expand All @@ -61,6 +61,8 @@
- cm-client
seealso:
- module: cloudera.cluster.cm_service
- module: cloudera.cluster.cm_service_role
- module: cloudera.cluster.cm_service_role_config_group_info
"""

EXAMPLES = r"""
Expand Down
Loading
Loading