From 215da35234c387dd95a4e493c696d8d38a938b3b Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Mon, 30 Sep 2024 19:26:45 +0200 Subject: [PATCH] Launch provision in installer --- tests/API-dhcp/Vagrantfile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/tests/API-dhcp/Vagrantfile b/tests/API-dhcp/Vagrantfile index aba10b4..9250a25 100644 --- a/tests/API-dhcp/Vagrantfile +++ b/tests/API-dhcp/Vagrantfile @@ -1,17 +1,20 @@ # # Fully documented Vagrantfile available # in the wiki: https://github.com/josenk/vagrant-vmware-esxi/wiki -Vagrant.configure('2') do |config| +$script = <