mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix quotes
This commit is contained in:
parent
37b17cc965
commit
6caeb7338a
@ -38,11 +38,12 @@ def _format_response(response, msg):
|
||||
|
||||
|
||||
def _get_rabbitmq_plugin():
|
||||
"""Returns the rabbitmq-plugin command path if we're running an OS that
|
||||
'''
|
||||
Returns the rabbitmq-plugin command path if we're running an OS that
|
||||
doesn't put it in the standard /usr/bin or /usr/local/bin
|
||||
This works by taking the rabbitmq-server version and looking for where it
|
||||
seems to be hidden in /usr/lib.
|
||||
"""
|
||||
'''
|
||||
rabbitmq = salt.utils.which('rabbitmq-plugins')
|
||||
|
||||
if rabbitmq is None:
|
||||
|
Loading…
Reference in New Issue
Block a user