Skip to content

Commit

Permalink
Use the non-deprecated namedspaced pg function
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jun 26, 2020
1 parent 532044b commit 47c8874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/database.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include postgresql::server
postgresql::server::db { $pulpcore::postgresql_db_name:
user => $pulpcore::postgresql_db_user,
password => postgresql_password($pulpcore::user, $pulpcore::postgresql_db_password),
password => postgresql::postgresql_password($pulpcore::user, $pulpcore::postgresql_db_password),
before => Pulpcore::Admin['migrate --noinput'],
}
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
{
"name": "puppetlabs/postgresql",
"version_requirement": ">= 4.2.0 < 7.0.0"
"version_requirement": ">= 6.5.0 < 7.0.0"
},
{
"name": "camptocamp/systemd",
Expand Down

0 comments on commit 47c8874

Please sign in to comment.