update vagrantfile to use garage vagrant box

This commit is contained in:
Grégory Lebreton 2026-01-20 13:27:45 +01:00
parent e2286a5cf9
commit 10936681f7
2 changed files with 4 additions and 4 deletions

2
Vagrantfile vendored
View File

@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Box configuration (globale) # Box configuration (globale)
config.vm.box = settings['box']['name'] config.vm.box = settings['box']['name']
config.vm.box_url = settings['box']['url'] # config.vm.box_url = settings['box']['url']
settings['vms'].each do |vm| settings['vms'].each do |vm|
config.vm.define vm['name'] do |node| config.vm.define vm['name'] do |node|

View File

@ -5,8 +5,8 @@ vms:
memory: 1024 memory: 1024
box: box:
name: "local/debian-13" name: "garagenum/debian-13"
url: "https://git.legaragenumerique.fr/GARAGENUM/vagrant-boxes/raw/main/debian-13/debian-13-3-3.box" # url: "https://git.legaragenumerique.fr/GARAGENUM/vagrant-boxes/raw/main/debian-13/debian-13-3-3.box"
provider: provider: