ipapermission: Add 'new_name' as an alias to 'rename'.

Modules that support `state: renamed` have `new_name` as an alias
for the `rename` variable. This patch makes ipapermission consistent
with other modules.
This commit is contained in:
Rafael Guterres Jeffman
2021-07-16 10:01:29 -03:00
parent 0a1f289f3c
commit 0966bbcda3
2 changed files with 4 additions and 3 deletions

View File

@@ -175,7 +175,7 @@ Variable | Description | Required
`targetgroup` | User group to apply permissions to (sets target) | no
`object_type` | Type of IPA object (sets subtree and objectClass targetfilter) | no
`no_members` | Suppress processing of membership | no
`rename` | Rename the permission object | no
`rename` \| `new_name` | Rename the permission object | no
`action` | Work on permission or member level. It can be on of `member` or `permission` and defaults to `permission`. | no
`state` | The state to ensure. It can be one of `present`, `absent`, or `renamed` default: `present`. | no