Skip to content

Fix setting the psql user password on the database

DJ Mountney requested to merge fix-pql-password-resource into master

nil was being used as the password due to password being a property of the execute resource, as well as our custom resource.

I believe a recent chef update exposed this bug in our resource

Fixes: #3172 (closed)

Merge request reports