salt.states.mongodb_user.absent(name, user=None, password=None, host=None, port=None, database='admin')¶Ensure that the named user is absent
salt.states.mongodb_user.present(name, passwd, database='admin', user=None, password=None, host=None, port=None)¶Ensure that the user is present with the specified properties
Current Salt release: 2014.1.7
Docs for previous releases on salt.rtfd.org.