miccheng / vagrant-lamp-centos63

Vagrant setup for CentOS 6.3 LAMP stack (Linux, Apache, MySQL and PHP).
38 stars 23 forks source link

Problem when execute the second vagrant up #1

Closed felipezas closed 11 years ago

felipezas commented 11 years ago

Hello, I have a problem, when I execute vagrant halt and after it execute vagrant up and I try access http://192.168.56.60/ the webserver didn't render the index.php.... What can be it?

miccheng commented 11 years ago

Are you able to see the /vagrant/ folder? If not, it might mean your VirtualBox Additions (in the VM) is not in sync with the one you have installed on your host OS. You will need to upgrade your copy of VirtualBox Guest Additions. Try getting this Plugin: https://github.com/dotless-de/vagrant-vbguest

miccheng commented 11 years ago

So apparently the newer version of Vagrant (or Puppet) doesn't let me import manifests files from the same manifests folder. Some configuration changes. So as a temporary measure, i have combined all the external puppet files into 1 file.

Let me know if this fixes the problem. Do close this ticket if its fixed.

miccheng commented 11 years ago

Planning to refactor everything into modules soon. It should fix this once and for all.