File tree Expand file tree Collapse file tree
content/getting-started/01-installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ Vagrant.configure("2") do |config|
7777 SHELL
7878 end
7979
80- # Ubuntu 20 .04 VM, for CFEngine Enterprise Hub:
80+ # Ubuntu 24 .04 VM, for CFEngine Enterprise Hub:
8181 config.vm.define " hub" , autostart: false do |hub |
82- hub.vm.box = " ubuntu/focal64 "
82+ hub.vm.box = " cloud-image/ubuntu-24.04 "
8383 hub.vm.hostname = " hub"
8484 hub.vm.network " private_network" , ip: " 192.168.56.2"
8585 hub.ssh.insert_key = true
9393
9494The ` Vagrantfile ` above does some important things:
9595
96- - Defines an Ubuntu 20 .04 virtual machine called ` hub ` , with hostname ` hub `
96+ - Defines an Ubuntu 24 .04 virtual machine called ` hub ` , with hostname ` hub `
9797- Sets its IP address to be ` 192.168.56.2 `
9898- Sets how much memory and CPU cores we want the VM to have
9999- Copies the ` id_rsa.pub ` public key into the host when it starts, so we can use ` ssh `
You can’t perform that action at this time.
0 commit comments