Commit Graph

25 Commits (482f0a8d1c3cf354fb12b9459340025ce27ca6db)

Author SHA1 Message Date
Björn Andersson 165c90e7c1 Ignore extra lines from Pivotal's RabbitMQ package
Pivotal's packaging of RabbitMQ shows a banner at the end of the plugin
listing talking about their official plugins. The start of the banner is
divided by a blank line so the changed plugin listing will now
break after the first empty line.

An example listing with the rabbitmq_management plugin enabled:

```
    $ rabbitmq-plugins list -E -m
    rabbitmq_management

    Pivotal officially maintains and supports the plugins:

      rabbitmq_auth_backend_ldap, rabbitmq_auth_mechanism_ssl,
      rabbitmq_consistent_hash_exchange, rabbitmq_federation,
      rabbitmq_federation_management, rabbitmq_jms_topic_exchange,
      rabbitmq_management, rabbitmq_management_agent,
      rabbitmq_mqtt, rabbitmq_shovel, rabbitmq_shovel_management,
      and rabbitmq_stomp.
```
2016-12-08 11:33:18 -05:00
Luiz Felipe G. Pereira 665745e2bd Fixing empty tags check
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
2016-12-08 11:33:12 -05:00
Philip Carinhas 5a134d406b Improve error message 2016-12-08 11:33:11 -05:00
Philip Carinhas c42b8b4ad7 Fix rabbitmq_plugin.py: broken prefix path 2016-12-08 11:33:11 -05:00
Greg DeKoenigsberg c65a612d1f Changes to author formatting, remove emails 2016-12-08 11:32:51 -05:00
Manuel Sousa 8d618fc552 Added missing default values 2016-12-08 11:32:41 -05:00
Manuel Sousa 18fc41cd24 Add missing defaults 2016-12-08 11:32:41 -05:00
Manuel Sousa 96b2504cf1 Added missing default 2016-12-08 11:32:41 -05:00
Rene Moser 488d85f30b rabbitmq; update author for new rabbitmq modules 2016-12-08 11:32:41 -05:00
Manuel Sousa 11351a1bf5 Change variables from camel case to underscore 2016-12-08 11:32:41 -05:00
Manuel Sousa 2339770d4d Make compatible with python 2.4
Removed one line if else
2016-12-08 11:32:41 -05:00
Manuel Sousa f419bf5356 Added GPL license + Don't log password
Implemented resmo suggestions.
2016-12-08 11:32:41 -05:00
Manuel Sousa f435390dde Change version and remove result="success" 2016-12-08 11:32:41 -05:00
Manuel Sousa ea40ef34c6 add module rabbitmq_binding 2016-12-08 11:32:40 -05:00
Manuel Sousa 8bcb8550e4 Missed variable exchangeExists -> exchange_exists 2016-12-08 11:32:40 -05:00
Manuel Sousa 4c301bda5c Make compatible with python
Removed one line if else
2016-12-08 11:32:40 -05:00
Manuel Sousa b5732b0011 add module rabbitmq_exchange 2016-12-08 11:32:40 -05:00
Manuel Sousa 5ee8e36ad0 Removed leftovers from testing the module 2016-12-08 11:32:40 -05:00
Manuel Sousa 5c1200e9b3 add module rabbitmq_queue 2016-12-08 11:32:40 -05:00
Brian Coca d344a3fde3 more string corrections 2016-12-08 11:32:39 -05:00
Toshio Kuratomi bc5d5b1be1 Fix typo causing SyntaxError (missing colon) 2016-12-08 11:32:23 -05:00
Anders Ingemann 465d0483eb Clear rabbitmq_user pw when none is specified 2016-12-08 11:32:23 -05:00
Michael DeHaan 7ba58f93a0 package files 2016-12-08 11:32:18 -05:00
Michael DeHaan 5879c503bb File extensions! 2016-12-08 11:32:18 -05:00
James Cammarata d4b117843a Copying snapshot of extras modules 2016-12-08 11:32:07 -05:00