Skip to content

Commit

Permalink
Merge pull request #186 from voxpupuli/namespaced-postgresql_password
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex authored Jun 28, 2023
2 parents e0de8b0 + 259f6e2 commit 9f1542d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/director/postgresql.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
require postgresql::server
postgresql::server::db { $db_name:
user => $db_user,
password => postgresql_password($db_user, $db_pw),
password => postgresql::postgresql_password($db_user, $db_pw),
encoding => 'SQL_ASCII',
locale => 'C',
before => Exec["/bin/sh ${make_bacula_tables}"],
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "puppetlabs/postgresql",
"version_requirement": ">= 4.1.0 < 10.0.0"
"version_requirement": ">= 6.4.0 < 10.0.0"
}
],
"operatingsystem_support": [
Expand Down Expand Up @@ -71,7 +71,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
}
]
}

0 comments on commit 9f1542d

Please sign in to comment.