mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
add Debian 12 bookworm codename
This commit is contained in:
parent
65201d47ed
commit
910265ce6a
1 changed files with 3 additions and 0 deletions
|
@ -1710,6 +1710,9 @@ __debian_codename_translation() {
|
|||
"11")
|
||||
DISTRO_CODENAME="bullseye"
|
||||
;;
|
||||
"12")
|
||||
DISTRO_CODENAME="bookworm"
|
||||
;;
|
||||
*)
|
||||
DISTRO_CODENAME="stretch"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue