Skip to content

Commit

Permalink
Fix #34395 Nonfunctional default_password in states.postgres_user.pre…
Browse files Browse the repository at this point in the history
…sent (#34436)
  • Loading branch information
artxki authored and Nicole Thomas committed Jul 5, 2016
1 parent a2fde91 commit 0d242a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/postgres_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 0d242a1

Please sign in to comment.