Fix version_added for node in rabbitmq modules
This commit is contained in:
parent
7c9243eacf
commit
6d54eae96a
3 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,7 @@ options:
|
|||
- erlang node name of the rabbit we wish to configure
|
||||
required: false
|
||||
default: rabbit
|
||||
version_added: "1.2"
|
||||
state:
|
||||
description:
|
||||
- Specify if user is to be added or removed
|
||||
|
|
|
@ -55,6 +55,7 @@ options:
|
|||
- erlang node name of the rabbit we wish to configure
|
||||
required: false
|
||||
default: rabbit
|
||||
version_added: "1.2"
|
||||
configure_priv:
|
||||
description:
|
||||
- Regular expression to restrict configure actions on a resource
|
||||
|
|
|
@ -39,6 +39,7 @@ options:
|
|||
- erlang node name of the rabbit we wish to configure
|
||||
required: false
|
||||
default: rabbit
|
||||
version_added: "1.2"
|
||||
tracing:
|
||||
description:
|
||||
- Enable/disable tracing for a vhost
|
||||
|
|
Loading…
Reference in a new issue