cleanup Vagrantfile

This commit is contained in:
Ivan Iliev 2021-10-05 20:21:58 +03:00
parent 5a47de1871
commit 362de998eb
1 changed files with 0 additions and 6 deletions

6
Vagrantfile vendored
View File

@ -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