Fix #34395 Nonfunctional default_password in states.postgres_user.present

This commit is contained in:
artxki 2016-07-02 01:01:47 +02:00 committed by rallytime
parent 0460edb9e2
commit e97c00b018

View File

@ -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 = {