Skip to content

Commit 4434ff7

Browse files
committed
using vagrant cloud again
1 parent 91875f2 commit 4434ff7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

conf/Vagrantfile

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
VAGRANTFILE_API_VERSION = "2"
2-
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
3-
config.vm.box_url = "https://vagrantcloud.com/ubuntu/boxes/trusty32"
4-
config.vm.box = "ubuntu/trusty32"
5-
config.vm.hostname = "supersmart-VM"
6-
config.vm.provision "puppet"
7-
8-
config.vm.provider :virtualbox do |vb|
9-
vb.customize ["modifyvm", :id, "--cpus", "4"]
10-
end
2+
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
3+
config.vm.box = "supersmart/ubuntu"
114
end

0 commit comments

Comments
 (0)