states.postgres_privileges expects a real list, not a comma-separated string for privileges

This commit is contained in:
Elias Probst 2016-06-15 13:38:56 +02:00
parent 1132bc5d0b
commit d3198ea538
No known key found for this signature in database
GPG key ID: 82C512826511BADB

View file

@ -107,7 +107,7 @@ def present(name,
- group
privileges
Comma separated list of privileges to grant, from the list below:
List of privileges to grant, from the list below:
- INSERT
- CREATE