Skip to content

Commit 0046482

Browse files
Merge pull request #278 from saltstack-formulas/add-debian-buster-support
feat(debian): add buster support
2 parents aa492c3 + 904ba27 commit 0046482

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

postgres/codenamemap.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,18 @@
5050

5151
{% endmacro %}
5252

53-
## Debian GNU/Linux
53+
## Debian GNU/Linux (the second parameter refers to the postgresql package version, not the distro)
5454
{{ debian_codename('wheezy', '9.1') }}
5555
{{ debian_codename('jessie', '9.4') }}
5656
{{ debian_codename('stretch', '9.6') }}
57+
{{ debian_codename('buster', '11') }}
5758

5859
# `oscodename` grain has long distro name
5960
# if `lsb-release` package not installed
6061
{{ debian_codename('wheezy', '9.1', 'Debian GNU/Linux 7 (wheezy)') }}
6162
{{ debian_codename('jessie', '9.4', 'Debian GNU/Linux 8 (jessie)') }}
6263
{{ debian_codename('stretch', '9.6', 'Debian GNU/Linux 9 (stretch)') }}
64+
{{ debian_codename('buster', '11', 'Debian GNU/Linux 10 (buster)') }}
6365

6466
## Ubuntu
6567
{{ debian_codename('trusty', '9.3') }}

0 commit comments

Comments
 (0)