mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Merge pull request #30103 from akissa/make-postgres-privileges-prepend-default-to-public
made prepend default to public in postgres_privileges
This commit is contained in:
commit
4da85472f9
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ def present(name,
|
|||
object_type,
|
||||
privileges=None,
|
||||
grant_option=None,
|
||||
prepend=None,
|
||||
prepend='public',
|
||||
maintenance_db=None,
|
||||
user=None,
|
||||
db_password=None,
|
||||
|
@ -199,7 +199,7 @@ def absent(name,
|
|||
object_name,
|
||||
object_type,
|
||||
privileges=None,
|
||||
prepend=None,
|
||||
prepend='public',
|
||||
maintenance_db=None,
|
||||
user=None,
|
||||
db_password=None,
|
||||
|
|
Loading…
Add table
Reference in a new issue