Skip to content

Commit

Permalink
Update Vagrantfile dev box (#2454)
Browse files Browse the repository at this point in the history
* Use latest Ubuntu LTS
* Change the name to elastic-agent
  • Loading branch information
AndersonQ authored Apr 5, 2023
1 parent 2917787 commit ff0ee71
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 @@ -129,7 +129,7 @@ Vagrant.configure("2") do |config|
end
end

config.vm.define "dev" do |nodeconfig|
config.vm.define "elastic-agent" do |nodeconfig|
nodeconfig.vm.box = "ubuntu/jammy64"

# We deliberately set a fully-qualified domain name for the VM; it helps
Expand Down

0 comments on commit ff0ee71

Please sign in to comment.