Skip to content

Commit 651c2b4

Browse files
committed
add globals defaults for trixie debian version
1 parent 39a1dc9 commit 651c2b4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

data/os/Debian/11.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# Defaults for Debian Bullseye (11)
3+
4+
postgresql::globals::python_package_name: 'python3-psycopg2'

manifests/globals.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
'10' => '11',
211211
'11' => '13',
212212
'12' => '15',
213+
'13' => '17',
213214
default => undef,
214215
},
215216
'Ubuntu' => $facts['os']['release']['major'] ? {

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"operatingsystemrelease": [
6161
"10",
6262
"11",
63-
"12"
63+
"12",
64+
"13"
6465
]
6566
},
6667
{

0 commit comments

Comments
 (0)