consul_acl: fix docs, arg_spec not matching docs (#2544)
This commit is contained in:
parent
92301f7451
commit
482b1a640e
1 changed files with 5 additions and 3 deletions
|
@ -37,14 +37,16 @@ options:
|
||||||
- a management token is required to manipulate the acl lists
|
- a management token is required to manipulate the acl lists
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- whether the ACL pair should be present or absent, defaults to present
|
- whether the ACL pair should be present or absent
|
||||||
required: false
|
required: false
|
||||||
choices: ['present', 'absent']
|
choices: ['present', 'absent']
|
||||||
type:
|
default: present
|
||||||
|
token_type:
|
||||||
description:
|
description:
|
||||||
- the type of token that should be created, either management or
|
- the type of token that should be created, either management or
|
||||||
client, defaults to client
|
client
|
||||||
choices: ['client', 'management']
|
choices: ['client', 'management']
|
||||||
|
default: client
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
- the name that should be associated with the acl key, this is opaque
|
- the name that should be associated with the acl key, this is opaque
|
||||||
|
|
Loading…
Reference in a new issue