mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix #34395 Nonfunctional default_password in states.postgres_user.present
This commit is contained in:
parent
0460edb9e2
commit
e97c00b018
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue