(compatible with InfluxDB version 0.9+)
Ensure that given user is absent.
Ensure that given user is present.
Optional - Dict of database:privilege items associated with the user. Example:
Example:
example user present in influxdb:
influxdb_user.present:
- name: example
- passwd: somepassword
- admin: False
- grants:
foo_db: read
bar_db: all
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.influxdb_user.html