Skip to content

Commit c2aa1c7

Browse files
committed
postgresql: add version for bookworm
1 parent e9fe279 commit c2aa1c7

File tree

1 file changed

+2
-1
lines changed
  • modules/postgresql/manifests

1 file changed

+2
-1
lines changed

modules/postgresql/manifests/init.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
$cluster_name = 'main'
44
$pg_version = debian::codename() ? {
55
'bullseye' => '13',
6+
'bookworm' => '15',
67
}
78

89
ensure_packages([
9-
'postgresql-13',
10+
"postgresql-${pg_version}",
1011
])
1112

1213
$conf_path = "/etc/postgresql/${pg_version}/${cluster_name}"

0 commit comments

Comments
 (0)