Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit e66f12d

Browse files
committed
Updating box
1 parent 9e4d930 commit e66f12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vagrantfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Vagrant.configure("2") do |config|
2-
config.vm.box = "precise64"
3-
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
2+
config.vm.box = "ubuntu-precise12042-x64-vbox43"
3+
config.vm.box_url = "https://puphpet.s3.amazonaws.com/ubuntu-precise12042-x64-vbox43.box"
44

55
config.vm.network :private_network, ip: "192.168.56.101"
66
config.ssh.forward_agent = true

0 commit comments

Comments
 (0)