We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a1dc9 commit 651c2b4Copy full SHA for 651c2b4
data/os/Debian/11.yaml
@@ -0,0 +1,4 @@
1
+---
2
+# Defaults for Debian Bullseye (11)
3
+
4
+postgresql::globals::python_package_name: 'python3-psycopg2'
manifests/globals.pp
@@ -210,6 +210,7 @@
210
'10' => '11',
211
'11' => '13',
212
'12' => '15',
213
+ '13' => '17',
214
default => undef,
215
},
216
'Ubuntu' => $facts['os']['release']['major'] ? {
metadata.json
@@ -60,7 +60,8 @@
60
"operatingsystemrelease": [
61
"10",
62
"11",
63
- "12"
+ "12",
64
+ "13"
65
]
66
67
{
0 commit comments