Skip to content

Commit

Permalink
Merge pull request #32 from oracle-quickstart/2.10.4
Browse files Browse the repository at this point in the history
Hardcode the OL version to mitigate the change on Hashicorp repo
  • Loading branch information
arnaudfroidmont authored Jan 16, 2024
2 parents 7f6f274 + fd6ed65 commit b9531c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/bastion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ if [ $ID == "ol" ] || [ $ID == "centos" ] ; then
sudo ln -s /usr/local/bin/ansible /bin/ansible
fi
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
sudo sed -i 's/$releasever/'"${vid}"'/g' /etc/yum.repos.d/hashicorp.repo
sudo yum install -y terraform
sudo python3 -m pip install -U pip
sudo python3 -m pip install netaddr --upgrade
Expand Down

0 comments on commit b9531c4

Please sign in to comment.