You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to #108 I was trying to use the new Vagrantfile.erb with vagrantfiles. I got a no method [] on nil type error throwing from https://github.com/test-kitchen/kitchen-vagrant/blob/master/templates/Vagrantfile.erb#L39 due to an empty config[:ssh]. I'm not familiar enough with the internals to know why config[:ssh] might have been null, but I'm assuming there is a bug of some sort here.
The text was updated successfully, but these errors were encountered:
I tried what I had done before (for #108) with the latest Vagrantfile.erb and it also failed with an error. It did work with the file I had downloaded.
Thanks to #108 I was trying to use the new Vagrantfile.erb with
vagrantfiles
. I got ano method [] on nil
type error throwing from https://github.com/test-kitchen/kitchen-vagrant/blob/master/templates/Vagrantfile.erb#L39 due to an emptyconfig[:ssh]
. I'm not familiar enough with the internals to know whyconfig[:ssh]
might have been null, but I'm assuming there is a bug of some sort here.The text was updated successfully, but these errors were encountered: