Skip to content

Commit 4ffd8c7

Browse files
authored
Merge pull request #491 from beechtom/1782/ubuntu-2004
(MODULE-10662) Add Ubuntu 20.04 to puppet_agent::install task
2 parents e7c1cd1 + 11c1b98 commit 4ffd8c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/install_shell.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ case $platform in
573573
"16.10") deb_codename="yakkety";;
574574
"17.04") deb_codename="zesty";;
575575
"18.04") deb_codename="bionic";;
576+
"20.04") deb_codename="focal";;
576577
esac
577578
filetype="deb"
578579
filename="${collection}-release-${deb_codename}.deb"

0 commit comments

Comments
 (0)