Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config[:ssh] causing Vagrantfile.erb to fail. #131

Closed
tejaycar opened this issue Jan 22, 2015 · 2 comments
Closed

config[:ssh] causing Vagrantfile.erb to fail. #131

tejaycar opened this issue Jan 22, 2015 · 2 comments

Comments

@tejaycar
Copy link

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.

@alainchiasson
Copy link

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.

For reference - I have created a quick repo : https://github.com/alainchiasson/vbox_disk_demo

@fnichol
Copy link
Contributor

fnichol commented Mar 26, 2015

@tejaycar and @alainchiasson Hi there! I'm hoping that bf38f94 resolved this issue and has shipped out in the 0.16.0 release.

If I'm totally off the mark, please re-open or file a new issue. Hopefully we're smooth sailing now 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants