Skip to content

Commit 7f3c7a7

Browse files
committed
switch to phusion box.
1 parent a73f738 commit 7f3c7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vi: set ft=ruby :
33

44
Vagrant.configure(2) do |config|
5-
config.vm.box = "bento/ubuntu-14.04"
5+
config.vm.box = "phusion/ubuntu-14.04-amd64"
66
config.vm.provision :chef_apply do |chef|
77
chef.version = "latest"
88
chef.install = "force"

0 commit comments

Comments
 (0)