Skip to content

Commit

Permalink
Fixing apt run order
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Feb 7, 2024
1 parent 7458863 commit 0edce37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
submodules: false
- name: Install dependencies
run: |
sudo apt-get update
wget https://apt.puppet.com/puppet-release-focal.deb
sudo dpkg -i puppet-release-focal.deb
wget https://apt.puppet.com/puppet-tools-release-focal.deb
sudo dpkg -i puppet-tools-release-focal.deb
sudo apt-get update
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 0edce37

Please sign in to comment.