Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions postgres/codenamemap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
{{ debian_codename('buster', '11') }}
{{ debian_codename('bullseye', '13') }}
{{ debian_codename('bookworm', '15') }}
{{ debian_codename('trixie', '17') }}

# `oscodename` grain has long distro name
# if `lsb-release` package not installed
Expand All @@ -70,6 +71,7 @@
{{ 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)') }}
{{ debian_codename('trixie', '17', 'Debian GNU/Linux 13 (trixie)') }}

## Ubuntu
# http://apt.postgresql.org/pub/repos/apt/dists/
Expand Down