Skip to content

Commit

Permalink
Set FQDN for Vagrant elastic-agent VM
Browse files Browse the repository at this point in the history
Useful for testing FQDN feature; harmless otherwise
  • Loading branch information
ycombinator committed Mar 9, 2023
1 parent 51fb6a5 commit bbb5290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Vagrant.configure("2") do |config|
config.vm.define "elastic-agent" do |nodeconfig|
nodeconfig.vm.box = "ubuntu/jammy64"

nodeconfig.vm.hostname = "elastic-agent-dev"
nodeconfig.vm.hostname = "elastic-agent-dev.elastic.dev.internal"

nodeconfig.vm.network "private_network",
hostname: true,
Expand Down

0 comments on commit bbb5290

Please sign in to comment.