mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
states.postgres_privileges
expects a real list, not a comma-separated string for privileges
This commit is contained in:
parent
1132bc5d0b
commit
d3198ea538
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue