Skip to content

Commit 666aa77

Browse files
authored
Merge pull request #273 from coreymbe/MAINT-install_puppetserver_ubuntu
(MAINT) Support for Puppet Server on Ubuntu 22.04
2 parents 4397f5c + 60c1b46 commit 666aa77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/install_puppetserver.sh

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ fetch_codename() {
9393
"18.04") codename="bionic";;
9494
"2004") codename="focal";;
9595
"20.04") codename="focal";;
96+
"2204") codename="jammy";;
97+
"22.04") codename="jammy";;
9698
*) codename="unsupported"
9799
esac
98100
echo $codename

0 commit comments

Comments
 (0)