diff --git a/test/package/Vagrantfile b/test/package/Vagrantfile index 73be8e0a32659..ea7e87d74b785 100644 --- a/test/package/Vagrantfile +++ b/test/package/Vagrantfile @@ -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