Skip to content

Commit

Permalink
Updated OVA base OS in OVA builder
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Jun 10, 2024
1 parent ef8f94d commit e6609ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ova/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

Vagrant.configure("2") do |config|

config.vm.box_url = "https://packages-dev.wazuh.com/vms/ova/amznlinux-2.box"
config.vm.box = "amznlinux-2"
config.vm.box_url = "https://packages-dev.wazuh.com/vms/ova/al2023.box"
config.vm.box = "al2023"
config.vm.hostname = "wazuh-server"
config.vm.provider "virtualbox" do |vb|
vb.name = "vm_wazuh"
Expand Down

0 comments on commit e6609ba

Please sign in to comment.