File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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') }}
You can’t perform that action at this time.
0 commit comments