summaryrefslogtreecommitdiff
path: root/messaging/rabbitmq_user.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Make `main()` calls conditional - messaging (#3654)Fabio Alessandro Locati2016-12-051-1/+3
|
* Native YAML - messaging (#3599)Fabio Alessandro Locati2016-12-011-11/+17
|
* fix command list to extend, not appendPaul Durivage2016-05-251-1/+1
|
* rabbitmq_user: Properly initialize _permissions (#2163)Maxime Montinet2016-05-051-1/+1
| | | Fixes #2162
* Do not use a default value for -n parameter, fix #1400 (#1417)Michael Scherer2016-04-141-2/+4
|
* Issue #1668: rabbitmq_user: Ansible HEAD incorrectly treats permissions as a ↵Brad Wilson2016-02-151-1/+1
| | | | string instead of a list
* Merge pull request #831 from viruxel/develBrian Coca2016-02-011-21/+65
|\ | | | | Enable managing multiple user permissions from one shot
| * Enable managing multiple user permissions rules from one shotMarian Rusu2016-01-231-21/+65
| | | | | | | | | | | | | | | | One of inconvinence this address is the the fact that you have to pass user's tags even if you just want to add a permission rule Signed-off-by: Marian Rusu <rusumarian91@gmail.com>
* | Check that the current output from 'list_users' command contains a '\t'.Mike Liu2015-09-051-0/+3
|/ | | | | | | The `rabbitmqctl list_users` command will list the user's last login time which does not include `\t` character. This is causing a ValueError exception when attempting to split a user and its tags from the command output. This fix will check for a `\t` in the current line of the output before splitting.
* Fixing empty tags checkLuiz Felipe G. Pereira2015-08-241-1/+1
| | | | | | Right now even if you pass in an empty tags list to the module (either with an empty string or null) it will erroneously think the tags list have changed and re-apply the tags on every run
* more string correctionsBrian Coca2015-05-141-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Fix typo causing SyntaxError (missing colon)Toshio Kuratomi2015-01-191-1/+1
|
* Clear rabbitmq_user pw when none is specifiedAnders Ingemann2015-01-161-1/+5
|
* File extensions!Michael DeHaan2014-09-261-0/+249