Skip to content

Commit

Permalink
Merge pull request #78 from choria-io/puppet8_tests
Browse files Browse the repository at this point in the history
(misc) Test installation using Puppet 8
  • Loading branch information
ripienaar authored Sep 18, 2023
2 parents 0675676 + aa0ce20 commit 874076b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions install-choria.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,46 @@ METHOD="apt"

case "${FLAVOUR?}" in
el7_64)
rpm -ivh http://yum.puppetlabs.com/puppet7-release-el-7.noarch.rpm
rpm -ivh http://yum.puppetlabs.com/puppet8-release-el-7.noarch.rpm
METHOD="yum"


;;

el8_64)
rpm -ivh http://yum.puppetlabs.com/puppet7-release-el-8.noarch.rpm
rpm -ivh http://yum.puppetlabs.com/puppet8-release-el-8.noarch.rpm
METHOD="yum"

;;

el9_64)
rpm -ivh http://yum.puppetlabs.com/puppet7-release-el-9.noarch.rpm
rpm -ivh http://yum.puppetlabs.com/puppet8-release-el-9.noarch.rpm
METHOD="yum"

;;

buster_64)
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet7-release-buster.deb
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-buster.deb

;;

bullseye_64)
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet7-release-bullseye.deb
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-bullseye.deb

;;

bionic_64)
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet7-release-bionic.deb
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-bionic.deb

;;

focal_64)
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet7-release-focal.deb
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-focal.deb

;;

jammy_64)
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet7-release-jammy.deb
wget -O /tmp/puppet.deb http://apt.puppetlabs.com/puppet8-release-jammy.deb

;;

Expand Down

0 comments on commit 874076b

Please sign in to comment.