Tuesday 15 March 2011

apache - Vagrant Provisioning Error -



apache - Vagrant Provisioning Error -

i next vagrant tutorial provisioning apache through vagrant , getting next error output when executing vagrant reload --provision command - vagrant provisioning error output

could please advise might going wrong? have modified vagrantfile correctly per guide. please see below:

vagrant.configure("2") |config| config.vm.box = "hashicorp/precise32" config.vm.provision :shell, path: "bootstrap.sh" end

i running vagrant through virtualbox on mavericks 10.9.5.

your vagrant box not appear able connect net run ubuntu updates.

you may want set vm utilize nat or bridged mode networking based on host device's configuration requirements. also, proxies required network reach outside world.

apache ubuntu vagrant vagrantfile

No comments:

Post a Comment