Skip to content

Commit

Permalink
Update Vagrant box to OpenBSD 5.9-current so that Packetbeat will bui…
Browse files Browse the repository at this point in the history
…ld. (elastic#1456)
  • Loading branch information
andrewkroh authored and ruflin committed Apr 22, 2016
1 parent 43c9f46 commit 7c84e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ Vagrant.configure(2) do |config|
freebsd.vm.provision "shell", inline: $unixProvision, privileged: false
end

# OpenBSD 5.9
# OpenBSD 5.9-current
config.vm.define "openbsd", primary: true do |openbsd|
openbsd.vm.box = "https://s3.amazonaws.com/beats-files/vagrant/beats-openbsd-5.9-virtualbox-2016-04-14_0019.box"
openbsd.vm.box = "https://s3.amazonaws.com/beats-files/vagrant/beats-openbsd-5.9-current-virtualbox-2016-04-22_0422.box"
openbsd.vm.network :forwarded_port, guest: 22, host: 2225, id: "ssh", auto_correct: true

config.vm.synced_folder ".", "/vagrant", type: "rsync", disabled: true
Expand Down

0 comments on commit 7c84e97

Please sign in to comment.