PR #65: Document addition of append_privs option for mysql_users.

pull/63/head
Jeff Geerling 9 years ago
parent 00d2287094
commit 0c1026d2d7
  1. 2
      README.md

@ -38,7 +38,7 @@ The MySQL databases to create. A database has the values `name`, `encoding` (def
mysql_users: []
The MySQL users and their privileges. A user has the values `name`, `host` (defaults to `localhost`), `password` and `priv` (defaults to `*.*:USAGE`). The formats of these are the same as in the `mysql_user` module.
The MySQL users and their privileges. A user has the values `name`, `host` (defaults to `localhost`), `password`, `priv` (defaults to `*.*:USAGE`), and `append_privs` (defaults to `no`). The formats of these are the same as in the `mysql_user` module.
mysql_packages:
- mysql