Skip to content

Use superior `postgres::ruby` recipe instead of database_postgresql_pg_gem

Dan McDonald requested to merge dan-mcdonald/cookbook-gitlab:master into master

When the external_database attribute is set to true, the database_postgresql_pg_gem fails to install the pg gem on a vanilla Ubuntu machine because some packages (e.g. build-essentials) are not yet installed. The postgres::ruby recipe handles this correctly, so just reference that instead.

Merge request reports