-
Notifications
You must be signed in to change notification settings - Fork 48
add solaris2 support #21
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
base: master
Are you sure you want to change the base?
Conversation
any plans to merge this? |
I'm trying to add Solaris into Test Kitchen, but I'm running into trouble because the syntax of the shell script currently being served out of https://www.chef.io/chef/install.sh is not a pure Bourne-shell script, so it fails with a syntax error in the Vagrant box I'm using. The Chef folks appear to have fixed it, except the fix hasn't been uploaded to the web server. I've reported the latter (chef/omnitruck#75). |
Chef 12.1.1 seems to be working with this now, so I'm back on this. |
The sticky wicket with the SSH key may become moot with the next Vagrant release. See hashicorp/vagrant#5290. |
Add config.ssh.insert_key = false because Vagrant does not support replacing the SSH key on Solaris yet.
No description provided.