Merge branch '2017.7' into 2017.7

This commit is contained in:
mz-bmcqueen 2017-12-04 14:47:47 -08:00 committed by GitHub
commit 2f80f431b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,18 @@ def present(name,
grants:
foo_db: read
bar_db: all
**Example:**
.. code-block:: yaml
example user present in influxdb:
influxdb_user.present:
- name: example
- password: somepassword
- admin: False
- grants:
foo_db: read
bar_db: all
'''
create = False
ret = {'name': name,