-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The provided config.yaml seems rather bare bones.. which is unfortunate, because it doesn't seem to work (contrary to what the README suggests):
$ touch .gitignore
$ composer update
$ vagrant up
# snip
==> default: Error: Cannot reassign variable apache_values at /tmp/vagrant-puppet/manifests-893fcda21077f5a583c2dbbba8515c0a/nodes/Beanstalkd.pp:4 on node packer-virtualbox-iso-1422588891.vagrantup.com
==> default: Error: Cannot reassign variable apache_values at /tmp/vagrant-puppet/manifests-893fcda21077f5a583c2dbbba8515c0a/nodes/Beanstalkd.pp:4 on node packer-virtualbox-iso-1422588891.vagrantup.com
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
>>> elapsed time 1m37s
I would have expected a default similar to that of first visiting the PuPHPet website.
That is, with Nginx/PHP/MySQL installed, and having a single vhost and database.
I haven't had a chance to look at this so I'm just leaving an issue for now.
Maybe uploading a config (as you do when you use the HTML5 drag & drop to upload existing configs to their website) would allow us to get something more useful back as a default.