mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #34466 from rallytime/bp-34436
Back-port #34436 to 2016.3
This commit is contained in:
commit
8f8a6d2f68
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