From 362de998eb8cf012b1bc20281d7e35aa73fe42bc Mon Sep 17 00:00:00 2001 From: Ivan Iliev Date: Tue, 5 Oct 2021 20:21:58 +0300 Subject: [PATCH] cleanup Vagrantfile --- Vagrantfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 47e8f613..7d6767a7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -17,11 +17,5 @@ Vagrant.configure("2") do |config| vb.memory = "2048" vb.cpus = "2" end - - #config.vm.provider :libvirt do |v| - # v.memory = 1024 - # v.cpus = 1 - # end - #end end end