Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
Remove `curl` from the provision of the test-tools/Vagrantfile as it breaks the communication with the VM from the host due to the latest curl update (it forces an update of OpenSSL).

Signed-off-by: Álex Ruiz <[email protected]>
  • Loading branch information
AlexRuiz7 authored Nov 26, 2024
1 parent 822050b commit 9be1835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-tools/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Vagrant.configure("2") do |config|
systemctl stop firewalld
systemctl disable firewalld
yum clean all
yum install curl jq unzip tar -y
yum install jq unzip tar -y
# Add node-2 to /etc/hosts
echo "192.168.56.11 node-2" >> /etc/hosts
# Copy generated certificates
Expand Down

0 comments on commit 9be1835

Please sign in to comment.