Management of Zabbix users.
codeauthor: | Jiri Kotlin <jiri.kotlin@ultimum.io> |
---|
salt.states.zabbix_user.
absent
(name)¶Ensures that the user does not exist, eventually delete user.
salt.states.zabbix_user.
present
(alias, passwd, usrgrps, **kwargs)¶Ensures that the user exists, eventually creates new user.
NOTE: use argument firstname instead of name to not mess values with name from salt sls
alias: user alias passwd: user's password usrgrps: user groups to add the user to