Skip to content

Commit

Permalink
Merge pull request #273 from coreymbe/MAINT-install_puppetserver_ubuntu
Browse files Browse the repository at this point in the history
(MAINT) Support for Puppet Server on Ubuntu 22.04
  • Loading branch information
david22swan authored Oct 25, 2024
2 parents 4397f5c + 60c1b46 commit 666aa77
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 @@ -93,6 +93,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 666aa77

Please sign in to comment.