[8.13] [artifacts/package-testing] Fix rpm install (#183143) (#183172)

#183143
This commit is contained in:
Jon 2024-05-10 11:45:32 -05:00 committed by GitHub
parent 62ddffffa7
commit 3c57722dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,9 @@ Vagrant.configure("2") do |config|
vb.cpus = 2
end
rpm.vm.box = 'almalinux/9'
# `rpm -i` is broken in 9.4 when installing from a shared folder
# alternative workaround is to copy /packages/kibana.tar.gz to the cwd
rpm.vm.box_version = '9.3.20231118'
rpm.vm.provision "ansible" do |ansible|
ansible.playbook = "rpm.yml"
end