From b6c4fa087ee6232260e0975a0ca040b358ea254f Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Sat, 25 Mar 2017 11:47:17 +0100 Subject: [PATCH] meta --- SkeletonVagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SkeletonVagrantfile b/SkeletonVagrantfile index e45403d..f4ed1d1 100644 --- a/SkeletonVagrantfile +++ b/SkeletonVagrantfile @@ -1,6 +1,6 @@ Vagrant.configure("2") do |config| - config.vm.box = "henrietta/INSERTBOXNAME" + config.vm.box = "debia/contrib-jessie64" config.vm.provider "virtualbox" do |v| v.memory = 1260 -- GitLab