From d061dc39f988ba1213e568f62e52cb4f2d4c5216 Mon Sep 17 00:00:00 2001 From: Olivier Date: Sun, 9 Oct 2022 14:55:25 +0200 Subject: [PATCH] Vagrantfile config.vm.define comment --- Vagrantfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index fa87d97..f0fc021 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,8 +5,7 @@ Vagrant.configure("2") do |config| config.vm.box = "debian/bullseye64" - # Pour ne pas avoir le nom default par defaut - config.vm.define "gitlab" + config.vm.define "gitlab" # Pour ne pas avoir le nom "default" par defaut config.vm.hostname = "gitlab" config.vm.network :private_network, ip: "192.168.56.4" config.vm.provider "virtualbox" do |vb|