Skip to content

Commit

Permalink
reapplying commit 9eb45f6 to new branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-bowie committed Nov 24, 2021
1 parent 8c8a0a4 commit b4dda28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/role.pp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
}
postgresql_psql { "ALTER ROLE ${username} ENCRYPTED PASSWORD ****":
command => Sensitive("ALTER ROLE \"${username}\" ${password_sql}"),
unless => Sensitive("SELECT 1 FROM pg_shadow WHERE usename = '${username}' AND passwd = '${pwd_hash_sql}'"),
#unless => Sensitive("SELECT 1 FROM pg_shadow WHERE usename = '${username}' AND passwd = '${pwd_hash_sql}'"),
sensitive => true,
}
}
Expand Down

0 comments on commit b4dda28

Please sign in to comment.