knife solo initコマンドを実行した際にselect!メソッドが見つからないエラーがでる。
$ knife solo init chef-repo
Creating kitchen…
Creating knife.rb in kitchen…
Creating cupboards…
ERROR: knife encountered an unexpected error
This may be a bug in the ‘solo init’ knife command or plugin
Please collect the output of this command with the `-VV` option before filing a bug report.
Exception: NoMethodError: undefined method `select!’ for #<Array:0xb6fe1e18>
select!メソッドは1.9.2移行になるのでバージョンアップする必要がある。
1.9.3まであげると今度はzlibのエラーで設定が大変になるので、1.9.2にしておくとすぐchefの構成ができる。