Skip to content

Commit

Permalink
Fix version_added for node in rabbitmq modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jctanner committed Apr 8, 2014
1 parent 7c9243e commit 6d54eae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/messaging/rabbitmq_parameter
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions library/messaging/rabbitmq_user
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions library/messaging/rabbitmq_vhost
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d54eae

Please sign in to comment.