Skip to content

Commit

Permalink
Fix freebsd tests by setting hostname
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 committed May 5, 2017
1 parent 2ce7688 commit fa67d8a
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 fa67d8a

Please sign in to comment.