Skip to content

Commit 28a74dc

Browse files
authored
Merge pull request #90 from choria-io/bookworm_builds
Support bookworm install tests
2 parents d1f5232 + 1fa3641 commit 28a74dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

install-choria.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ case "${FLAVOUR?}" in
1010
rpm -ivh http://yum.puppetlabs.com/puppet8-release-el-7.noarch.rpm
1111
METHOD="yum"
1212

13-
1413
;;
1514

1615
el8_64)
@@ -55,6 +54,11 @@ case "${FLAVOUR?}" in
5554

5655
;;
5756

57+
bookworm_64)
58+
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-bookworm.deb
59+
60+
;;
61+
5862
*)
5963
echo "Uknown test flavour '${FLAVOUR}'"
6064
exit 1

0 commit comments

Comments
 (0)