Open crazycodr opened 6 years ago
Also, when i use machine-type or namespace parameter, it says at the end
==> dan-queue: Running provisioner: hostmanager...
The machine with the name 'dan-queue' was not found configured for
this Vagrant environment.
I made a completely variable setup that allows me to generate similar machines but the names, hostname, etc are controlled by startup flags.
This allows me to have only one definition in my file like so:
But because of that, i think, the machines that hostmanager sees are always and only the 1 machine that i brought up. So this means that my hosts file is always getting rewritten with the latest machine i am bringing up which is kinda annoying.
Is there anything i can do about that?