The mssql_user module is used to create and manage SQL Server Users
frank:
mssql_user.present:
- database: yolo
salt.states.mssql_user.absent(name, **kwargs)¶Ensure that the named user is absent
salt.states.mssql_user.present(name, login=None, domain=None, database=None, roles=None, options=None, **kwargs)¶Checks existence of the named user. If not present, creates the user with the specified roles and options.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 3004.1