Skip to content

Commit 60c1b46

Browse files
committed
(MAINT) Support for Puppet Server on Ubuntu 22.04
1 parent 9435bc4 commit 60c1b46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/install_puppetserver.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ fetch_codename() {
9494
"18.04") codename="bionic";;
9595
"2004") codename="focal";;
9696
"20.04") codename="focal";;
97+
"2204") codename="jammy";;
98+
"22.04") codename="jammy";;
9799
*) codename="unsupported"
98100
esac
99101
echo $codename

0 commit comments

Comments
 (0)