mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
temporarily use bullseye packages until bookworm packages are available
This commit is contained in:
parent
910265ce6a
commit
9ec52ead47
1 changed files with 5 additions and 0 deletions
|
@ -1712,6 +1712,11 @@ __debian_codename_translation() {
|
|||
;;
|
||||
"12")
|
||||
DISTRO_CODENAME="bookworm"
|
||||
# FIXME - TEMPORARY
|
||||
# use bullseye packages until bookworm packages are available
|
||||
DISTRO_CODENAME="bullseye"
|
||||
DISTRO_MAJOR_VERSION=11
|
||||
rv=11
|
||||
;;
|
||||
*)
|
||||
DISTRO_CODENAME="stretch"
|
||||
|
|
Loading…
Add table
Reference in a new issue