-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
If you use a fresh config.yaml from the PuPHPet website, the VM doesn't start on vagrant up.
$ touch .gitignore
$ composer update
$ cp ~/Downloads/1BUV10/puphpet/config.yaml puphpet/config.yaml
$ vagrant up
# snip
==> default: Error: Invalid parameter locations on node packer-virtualbox-iso-1422601639
==> default: Error: Invalid parameter locations on node packer-virtualbox-iso-1422601639
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 1m31s
Seems this repo has fallen out-of-sync with the main website and it's probably time to update it again.
I've created a new release on my fork so that I can use that for the time being:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/deizel/puphpet-release"
}
]
}Is there a plan to automate this, or do you think #8 is a better option?