converted yaml example to use 2 spaces

This commit is contained in:
Kris Anderson 2017-12-03 21:14:12 -08:00
parent 29e410c1ea
commit afd23d058c

View file

@ -39,19 +39,20 @@ def present(name,
the user. Example:
grants:
foo_db: read
bar_db: all
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:
db_name: read
influxdb_user.present:
- name: example
- password: somepassword
- admin: False
- grants:
foo_db: read
bar_db: all
'''
create = False
ret = {'name': name,