Skip to content

Commit

Permalink
Add comment about Chef 13+14 incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
joe4dev committed Aug 16, 2018
1 parent d7da28c commit 65b8f2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cookbooks/cwb-server/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,10 @@
default['cwb-server']['chef']['server_url'] = "https://#{server_host}:443/organizations/#{organisation}"

# Chef VM provisioning
# Chef client versions: https://github.com/chef/chef/blob/master/RELEASE_NOTES.md
default['cwb-server']['chef']['omnibus_chef_version'] = '12.14.60'
# Chef client versions: https://docs.chef.io/release_notes.html
# Notice that CWB is currently not yet compatible with Chef 13 and 14
# https://github.com/sealuzh/cwb-benchmarks/issues/20
default['cwb-server']['chef']['omnibus_chef_version'] = '12.22.3'
default['cwb-server']['chef']['provisioning_path'] = '/etc/chef'

## Providers
Expand Down

0 comments on commit 65b8f2d

Please sign in to comment.