mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix #34395 Nonfunctional default_password in states.postgres_user.present
This commit is contained in:
parent
0460edb9e2
commit
e97c00b018
@ -147,7 +147,7 @@ def present(name,
|
||||
|
||||
if default_password is not None:
|
||||
default_password = postgres._maybe_encrypt_password(name,
|
||||
password,
|
||||
default_password,
|
||||
encrypted=encrypted)
|
||||
|
||||
db_args = {
|
||||
|
Loading…
Reference in New Issue
Block a user