Use a dedicated directory for the mongodb modules (#22187)

* Use a dedicated directory for the mongodb modules
* Missing the RETURN documentation in mongodb_user
This commit is contained in:
Lujeni 2017-03-06 22:14:14 +01:00 committed by Matt Clay
commit d942196666
4 changed files with 8 additions and 1 deletions

View file

@ -189,6 +189,13 @@ EXAMPLES = '''
'''
RETURN = '''
user:
description: The name of the user to add or remove.
returned: success
type: string
'''
import os
import ssl as ssl_lib
from distutils.version import LooseVersion