Skip to content

Commit

Permalink
Fixing puppet repo install
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Feb 7, 2024
1 parent ecc9ca4 commit 23e336b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
run: |
sudo apt-get update
wget https://apt.puppet.com/puppet-release-focal.deb
sudo dpkg -i puppet-tools-release-focal.deb
sudo dpkg -i $PWD/puppet-tools-release-focal.deb
wget https://apt.puppet.com/puppet-tools-release-focal.deb
sudo dpkg -i puppet-tools-release-focal.deb
sudo dpkg -i $PWD/puppet-tools-release-focal.deb
sudo apt-get install -y puppet-agent-7.28.0-1.el9 puppet-bolt
sudo update-alternatives --install /usr/bin/puppet puppet-agent /opt/puppetlabs/bin/puppet 10
sudo chmod +t /tmp # workaround ruby need within prep.sh
Expand Down

0 comments on commit 23e336b

Please sign in to comment.