Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 5a7ef8d

Browse files
committed
Merge pull request #304 from pdgcvs/change-vagrant-box
Vagrant box changed from chef/ubuntu-14.04 to bento/ubuntu-14.04
2 parents ed95ef1 + a6788df commit 5a7ef8d

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
@@ -30,7 +30,7 @@ echo "** [ZEND] Visit http://localhost:8085 in your browser for to view the appl
3030
SCRIPT
3131

3232
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
33-
config.vm.box = 'chef/ubuntu-14.04'
33+
config.vm.box = 'bento/ubuntu-14.04'
3434
config.vm.network "forwarded_port", guest: 80, host: 8085
3535
config.vm.hostname = "skeleton-zf.local"
3636
config.vm.synced_folder '.', '/var/www/zf'

0 commit comments

Comments
 (0)