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.
2 parents 39a1dc9 + 651c2b4 commit 0c6f4f1Copy full SHA for 0c6f4f1
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