Skip to content

Commit

Permalink
Ensure postgresql-contrib is installed for HStore
Browse files Browse the repository at this point in the history
Pulpcore 3.22 will start using HStore[1], which is in
postgresql-contrib. This ensures it's installed.

[1]: pulp/pulpcore#3427
  • Loading branch information
ekohl committed Feb 1, 2023
1 parent e76a504 commit 7a9c6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/database.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
if $pulpcore::postgresql_manage_db {
include postgresql::client
include postgresql::server
include postgresql::server::contrib
postgresql::server::db { $pulpcore::postgresql_db_name:
user => $pulpcore::postgresql_db_user,
password => postgresql::postgresql_password($pulpcore::user, $pulpcore::postgresql_db_password),
Expand Down

0 comments on commit 7a9c6c1

Please sign in to comment.