mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
#183143
This commit is contained in:
parent
62ddffffa7
commit
3c57722dbc
1 changed files with 3 additions and 0 deletions
3
test/package/Vagrantfile
vendored
3
test/package/Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue