mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-07 04:51:44 +00:00
Merge pull request #332 from brettcs/debian12
Add support for Debian 12 distro packages in codenamemap
This commit is contained in:
commit
7529300c28
1 changed files with 2 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue