Merge pull request #2800 from noqcks/iam-grammar-issue

IAM Module: fixed grammatical issue in iam.py. exit -> exist.
This commit is contained in:
Brian Coca 2016-01-25 23:39:57 -05:00
commit 382ae8f15f

View file

@ -663,7 +663,7 @@ def main():
elif state == 'update' and not user_exists:
module.fail_json(
msg="The user %s does not exit. No update made." % name)
msg="The user %s does not exist. No update made." % name)
elif state == 'absent':
if user_exists: