Skip to content

Commit

Permalink
Specify compatible Chef 12 version
Browse files Browse the repository at this point in the history
* Add note about Chef 13+14 incompatibility: sealuzh/cwb-benchmarks#20
  • Loading branch information
joe4dev committed Aug 16, 2018
1 parent 6467716 commit 7c9bf74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install/aws/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' => {
Expand Down

0 comments on commit 7c9bf74

Please sign in to comment.