(compatible with InfluxDB version 0.5-0.8)
New in version 2014.7.0.
salt.states.influxdb08_user.
absent
(name, database=None, user=None, password=None, host=None, port=None)¶Ensure that the named cluster admin or database user is absent.
The name of the user to remove
The database to remove the user from
The user to connect as (must be able to remove the user)
The password of the user
The host to connect to
The port to connect to
salt.states.influxdb08_user.
present
(name, passwd, database=None, user=None, password=None, host=None, port=None)¶Ensure that the cluster admin or database user is present.
The name of the user to manage
The password of the user
The database to create the user in
The user to connect as (must be able to create the user)
The password of the user
The host to connect to
The port to connect to
Generated on June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy