From f785e8ba2329d64da2e5d9b5377c5a4fa39ec713 Mon Sep 17 00:00:00 2001 From: Varun Mylaraiah Date: Tue, 13 Jul 2021 16:07:32 +0530 Subject: [PATCH 1/2] ipaautomember: Fix documentation. Missing variable "action" added in the automember module documentation. --- README-automember.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-automember.md b/README-automember.md index 8a4ebd27..629f03ce 100644 --- a/README-automember.md +++ b/README-automember.md @@ -127,6 +127,7 @@ Variable | Description | Required `automember_type` | Grouping to which the rule applies. It can be one of `group`, `hostgroup`. | yes `inclusive` | List of dictionaries in the format of `{'key': attribute, 'expression': inclusive_regex}` | no `exclusive` | List of dictionaries in the format of `{'key': attribute, 'expression': exclusive_regex}` | no +`action` | Work on automember or member level. It can be on of `member` or `automember` and defaults to `automember`. | no `state` | The state to ensure. It can be one of `present`, `absent`, default: `present`. | no From daf4aafb27a964c2cd2f99f1416e85bfcaa01329 Mon Sep 17 00:00:00 2001 From: Varun Mylaraiah Date: Tue, 13 Jul 2021 17:39:30 +0530 Subject: [PATCH 2/2] Update README-automember.md --- README-automember.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-automember.md b/README-automember.md index 629f03ce..7fbc62ce 100644 --- a/README-automember.md +++ b/README-automember.md @@ -127,7 +127,7 @@ Variable | Description | Required `automember_type` | Grouping to which the rule applies. It can be one of `group`, `hostgroup`. | yes `inclusive` | List of dictionaries in the format of `{'key': attribute, 'expression': inclusive_regex}` | no `exclusive` | List of dictionaries in the format of `{'key': attribute, 'expression': exclusive_regex}` | no -`action` | Work on automember or member level. It can be on of `member` or `automember` and defaults to `automember`. | no +`action` | Work on automember or member level. It can be one of `member` or `automember` and defaults to `automember`. | no `state` | The state to ensure. It can be one of `present`, `absent`, default: `present`. | no