Commit 7c1c9b3d by James Cammarata

Fix message in utils related to python-keyczar and fireball/acc mode

parent 53c2f4c1
......@@ -78,7 +78,7 @@ def key_for_hostname(hostname):
# to use no persistent daemons or key management
if not KEYCZAR_AVAILABLE:
raise errors.AnsibleError("python-keyczar must be installed to use fireball mode")
raise errors.AnsibleError("python-keyczar must be installed to use fireball/accelerated mode")
key_path = os.path.expanduser("~/.fireball.keys")
if not os.path.exists(key_path):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment