Commit 6d54eae9 by James Tanner

Fix version_added for node in rabbitmq modules

parent 7c9243ea
...@@ -52,6 +52,7 @@ options: ...@@ -52,6 +52,7 @@ options:
- erlang node name of the rabbit we wish to configure - erlang node name of the rabbit we wish to configure
required: false required: false
default: rabbit default: rabbit
version_added: "1.2"
state: state:
description: description:
- Specify if user is to be added or removed - Specify if user is to be added or removed
......
...@@ -55,6 +55,7 @@ options: ...@@ -55,6 +55,7 @@ options:
- erlang node name of the rabbit we wish to configure - erlang node name of the rabbit we wish to configure
required: false required: false
default: rabbit default: rabbit
version_added: "1.2"
configure_priv: configure_priv:
description: description:
- Regular expression to restrict configure actions on a resource - Regular expression to restrict configure actions on a resource
......
...@@ -39,6 +39,7 @@ options: ...@@ -39,6 +39,7 @@ options:
- erlang node name of the rabbit we wish to configure - erlang node name of the rabbit we wish to configure
required: false required: false
default: rabbit default: rabbit
version_added: "1.2"
tracing: tracing:
description: description:
- Enable/disable tracing for a vhost - Enable/disable tracing for a vhost
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment