Skip to content

Commit

Permalink
Removing puppet version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSipos committed Feb 7, 2024
1 parent 0edce37 commit a9368f0
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 @@ -21,7 +21,7 @@ jobs:
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 apt-get install -y puppet-agent 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
- name: Prep project
Expand Down

0 comments on commit a9368f0

Please sign in to comment.