vagrant up fails missing example.config.yml
stefancrain opened this issue · 1 comments
stefancrain commented
Looks like example.config.yml is not part of repo quite yet. Maybe the error should reference vars.example.yml
$ vagrant up
Vagrant failed to initialize at a very early stage:
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax error.
Path: tests/vagrant/Vagrantfile
Line number: 0
Message: RuntimeError: Configuration file not found! Please copy example.config.yml to config.yml and try again.
Search
$ find . -iname "example.config.yml"
nada