From cce439458149ab8fbfefc282225bee09dd7eab3a Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Mon, 8 Oct 2018 16:49:19 +0200 Subject: [PATCH] Use evolix/packmail for Vagrant box --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1c6f902..0378efa 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,7 +25,7 @@ SCRIPT config.vm.define :packmail do |node| node.vm.hostname = "evoadmin-mail" - node.vm.box = "vlaborie/packmail" + node.vm.box = "evolix/packmail" node.vm.provision "deps", type: "shell", :inline => $deps