(compatible with InfluxDB version 0.9+)
salt.states.influxdb_user.
absent
(name, **client_args)¶Ensure that given user is absent.
salt.states.influxdb_user.
present
(name, password, admin=False, grants=None, **client_args)¶Ensure that given user is present.
Optional - Dict of database:privilege items associated with the user. Example:
Example:
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2017.7.2
salt.states.influxdb_retention_policy module