Skip to content

Commit

Permalink
Merge pull request #281 from span786/CAT-2193-add-codename-for-debian…
Browse files Browse the repository at this point in the history
…-11-and-12

(CAT-2193): Added codename for Debian 11 & 12
  • Loading branch information
jordanbreen28 authored Jan 7, 2025
2 parents 4b20a6c + 648defb commit 392752f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/install_puppetserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ fetch_codename() {
;;
"9") codename="stretch";;
"10") codename="buster";;
"11") codename="bullseye";;
"12") codename="bookworm";;
"1404")
if [[ "$1" == "puppet6" ]]; then
codename="trusty"
Expand Down

0 comments on commit 392752f

Please sign in to comment.