Skip to content

Commit

Permalink
Fix freebsd tests by setting hostname (elastic#4222)
Browse files Browse the repository at this point in the history
On freebsd the filebeat tests fail because no hostname is set. This change sets the hostname to `beats-tester`.
  • Loading branch information
ruflin authored and exekias committed May 5, 2017
1 parent 598672b commit 1b2d67a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Vagrant.configure(2) do |config|
config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", :nfs => true, disabled: true
#config.vm.network "private_network", ip: "192.168.135.18"

freebsd.vm.hostname = "beats-tester"
freebsd.vm.provision "shell", inline: $unixProvision, privileged: false
end

Expand Down

0 comments on commit 1b2d67a

Please sign in to comment.