|
|
|
@ -44,7 +44,7 @@ options:
|
|
|
|
|
required: false
|
|
|
|
|
token:
|
|
|
|
|
description:
|
|
|
|
|
- the token key indentifying an ACL rule set. If generated by consul
|
|
|
|
|
- the token key identifying an ACL rule set. If generated by consul
|
|
|
|
|
this will be a UUID
|
|
|
|
|
required: false
|
|
|
|
|
rules:
|
|
|
|
@ -604,7 +604,7 @@ def get_consul_client(configuration):
|
|
|
|
|
def check_dependencies():
|
|
|
|
|
"""
|
|
|
|
|
Checks that the required dependencies have been imported.
|
|
|
|
|
:exception ImportError: if it is detected that any of the required dependencies have not been iported
|
|
|
|
|
:exception ImportError: if it is detected that any of the required dependencies have not been imported
|
|
|
|
|
"""
|
|
|
|
|
if not python_consul_installed:
|
|
|
|
|
raise ImportError("python-consul required for this module. "
|
|
|
|
|