Skip to content

Commit

Permalink
(MAINT) Support for Puppet Server on Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
coreymbe committed Oct 21, 2024
1 parent 9435bc4 commit 60c1b46
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 @@ -94,6 +94,8 @@ fetch_codename() {
"18.04") codename="bionic";;
"2004") codename="focal";;
"20.04") codename="focal";;
"2204") codename="jammy";;
"22.04") codename="jammy";;
*) codename="unsupported"
esac
echo $codename
Expand Down

0 comments on commit 60c1b46

Please sign in to comment.