Skip to content

Commit

Permalink
fix #100 add PostgreSQL 15 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Dec 21, 2023
1 parent 30bf934 commit 3664d9b
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 @@ -47,6 +47,7 @@
password => $_pass,
encoding => $encoding,
locale => $collation,
owner => $db_user,
}

$access_instances.each |$host| {
Expand Down

0 comments on commit 3664d9b

Please sign in to comment.