From 7c9bf747c3e4cb6f09c80c6eacedd8c3208b6a0e Mon Sep 17 00:00:00 2001 From: Joel Scheuner Date: Thu, 16 Aug 2018 22:05:16 +0200 Subject: [PATCH] Specify compatible Chef 12 version * Add note about Chef 13+14 incompatibility: https://github.com/sealuzh/cwb-benchmarks/issues/20 --- install/aws/Vagrantfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/aws/Vagrantfile b/install/aws/Vagrantfile index 0cee0cf..3dfadb2 100644 --- a/install/aws/Vagrantfile +++ b/install/aws/Vagrantfile @@ -141,7 +141,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| 'validation_key' => File.read('chef-validator.pem'), 'validation_key_name' => 'chef-validator', # VM provisioning - 'omnibus_chef_version' => '12.14.60' + # Chef versions: https://docs.chef.io/release_notes.html + # Notice that CWB is currently not yet compatible with Chef 13 and 14 + 'omnibus_chef_version' => '12.22.3' }, 'providers' => { 'aws' => {