vagrant-smartos / vagrant-smartos-zones

Manage SmartOS local zones in Vagrant
MIT License
54 stars 9 forks source link

default Vagrant file & config.ssh.insert_key = false #31

Closed neurogenesis closed 9 years ago

neurogenesis commented 9 years ago

This is more a comment on the project's README.md. The Vagrantfile referenced in the curl statement for installation doesn't appear to work without adding the option "config.ssh.insert_key = false".

This may be a limitation of the smart-os plugin, but the example should use a working version of the Vagrantfile until that's been fixed.

sax commented 9 years ago

Ah, yeah. That was a recent change to Vagrant that hasn't yet been addressed in the plugin. I'll update the readme and examples.

sax commented 9 years ago

This is fixed in this commit : https://github.com/vagrant-smartos/vagrant-smartos-zones/commit/adb2cefd7ed4a14664f6432aa11f1283c4b68399

Thanks for pointing this out!