Update mongo_return.py

This commit is contained in:
rhealitycheck 2015-09-24 12:21:09 -05:00
parent 2614dbb39f
commit 912e567577

View File

@ -96,7 +96,7 @@ def _get_options(ret):
'port': 'port',
'db': 'db',
'user': 'user',
'password': 'password'
'password': 'password',
'indexes': 'indexes'}
_options = salt.returners.get_returner_options(__virtualname__,