Skip to content

Commit

Permalink
Fix saltstack#34395 Nonfunctional default_password in states.postgres…
Browse files Browse the repository at this point in the history
…_user.present
  • Loading branch information
artxki authored and rallytime committed Jul 5, 2016
1 parent 0460edb commit e97c00b
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 e97c00b

Please sign in to comment.