mac + vccw の環境。
vagrant up で環境作って下記エラーが発生した時の覚書。
Chef never successfully completed! Any errors should be visible in the output above. Please fix your recipes so that they properly complete
ログをさかのぼってみると、
Error executing action `sync` on resource 'git[/usr/share/wp-cli]'
とのこと。
なんか git でエラー出てる。
CentOS 6 の Git で SSL connect error にハマった の記事を参考に nss をアップデートする。
> vagrant ssh > yum update nss > exit > vagrant provision
おー、解決!