onedr0p/k3s-gitops-arm

vagrant up fails missing example.config.yml

stefancrain opened this issue · 1 comments

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

Fixed in 1901138