Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Test Kitchen を使用してクックブックをテストしています。インストールするchef soloのバージョン番号を指定したいです。バージョン番号を指定するにはどうすればよいですか?
それを理解しました....kitchen.ymlファイルには、というオプションがありますrequire_chef_omnibus。true、latest、またはバージョン番号を指定できます。
.kitchen.yml
require_chef_omnibus
true
latest
provisioner: name: chef_solo require_chef_omnibus: 11.10.4