Skip to content

Commit c0ef5ce

Browse files
authored
Deprecate host_config and host_config_info modules (#298)
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 63933c3 commit c0ef5ce

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

plugins/modules/host_config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
author:
2525
- "Ronald Suplina (@rsuplina)"
2626
version_added: "4.4.0"
27+
deprecated:
28+
removed_in: "6.0.0"
29+
alternative: Use M(cloudera.cluster.host)
30+
why: Consolidation of configuration management.
2731
requirements:
2832
- cm_client
2933
options:

plugins/modules/host_config_info.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
author:
2424
- "Ronald Suplina (@rsuplina)"
2525
version_added: "4.4.0"
26+
deprecated:
27+
removed_in: "6.0.0"
28+
alternative: Use M(cloudera.cluster.host_info)
29+
why: Consolidation of configuration management.
2630
requirements:
2731
- cm_client
2832
options:

0 commit comments

Comments
 (0)