Skip to content

Commit

Permalink
Switch to postgresql::postgresql_password
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll authored and ekohl committed May 21, 2020
1 parent a866d07 commit 58c797b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/database/postgresql.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

$password = $foreman::db_password ? {
'UNSET' => false,
default => postgresql_password($foreman::db_username, $foreman::db_password),
default => postgresql::postgresql_password($foreman::db_username, $foreman::db_password),
}

# Prevents errors if run from /root etc.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "puppetlabs/postgresql",
"version_requirement": ">= 4.2.0 < 7.0.0"
"version_requirement": ">= 6.5.0 < 7.0.0"
},
{
"name": "puppetlabs/stdlib",
Expand Down

0 comments on commit 58c797b

Please sign in to comment.