move vagrant domain

This commit is contained in:
vincent 2023-10-15 20:44:45 +02:00
parent 1fbf3a9407
commit bfa620f178

2
Vagrantfile vendored
View File

@ -3,7 +3,7 @@ Vagrant.configure('2') do |config|
config.cache.scope = 'machine' config.cache.scope = 'machine'
end end
config.vm.provider :libvirt do |libvirt| config.vm.provider :libvirt do |libvirt|
libvirt.management_network_domain = "ducamps-dev.win" libvirt.management_network_domain = "ducamps-dev.eu"
end end
config.vm.define "oscar-dev" do |c| config.vm.define "oscar-dev" do |c|