Skip to main content
6 events
when toggle format what by license comment
Sep 26, 2019 at 22:01 comment added Marlon Did you see my reply? I can't vote for own post, if you could do that. The problem was about syncing the files of vagrant folders.
Sep 26, 2019 at 1:52 comment added Marlon I don't know people marked with no efforts for this questions because I tried to comment and isolate pieces of the code, tried modified versions, did in a different style and fixed minor bug here.
Sep 25, 2019 at 22:13 comment added Marlon Still getting error even callling this way: vb2.vm.provider "virtualbox" do |vb2| vb2.customize ["modifyvm", :id, "--gui", false] vb2.customize ["modifyvm", :id, "--memory", "4092"] vb2.customize ["modifyvm", :id, "--cpus", "4"] vb2.customize ["modifyvm", :id, "--name", "debian-vm"] end @DavidPostill
Sep 25, 2019 at 20:43 comment added DavidPostill @Marlon Try the solution here (which does it with a different syntax) virtualbox - Why do the memory and cpu settings on Vagrant fail? - Stack Overflow
Sep 25, 2019 at 18:00 comment added Marlon Did not solve with quotes. I fixed this section too and it's getting same error :( `config.vm.define "vm1" do |vm2| vm1.vm.box = "centos7" vm1.vm.box.hostname = "centos7-vm" vm1.vm.network "private_network", ip: "192.168.15.142" end' @DavidPostill
Sep 25, 2019 at 9:10 history answered DavidPostill CC BY-SA 4.0