feat(codenamemap): add support for Debian 12

This commit is contained in:
Brett Smith 2024-01-15 15:26:52 -05:00
parent 12666c3b13
commit 265043c229

View file

@ -61,6 +61,7 @@
{{ debian_codename('stretch', '9.6') }}
{{ debian_codename('buster', '11') }}
{{ debian_codename('bullseye', '13') }}
{{ debian_codename('bookworm', '15') }}
# `oscodename` grain has long distro name
# if `lsb-release` package not installed
@ -68,6 +69,7 @@
{{ debian_codename('stretch', '9.6', 'Debian GNU/Linux 9 (stretch)') }}
{{ debian_codename('buster', '11', 'Debian GNU/Linux 10 (buster)') }}
{{ debian_codename('bullseye', '13', 'Debian GNU/Linux 11 (bullseye)') }}
{{ debian_codename('bookworm', '15', 'Debian GNU/Linux 12 (bookworm)') }}
## Ubuntu
# http://apt.postgresql.org/pub/repos/apt/dists/