Hellos Chef Delivery friends!!
Today we have released the new version 0.6.9
of delivery-cluster that will require you to accept the Chef License Agreement (https://www.chef.io/online-master-agreement/). In order to do that you have to set the attribute default['delivery-cluster']['accept_license']
to true
.
Modify your environment file as follow:
{
"name": "accept-chef-license-example",
"json_class": "Chef::Environment",
"chef_type": "environment",
"override_attributes": {
"delivery-cluster": {
"accept_license": true,
...
< all your other attributes goes here >
...
}
}
}
For more information: https://github.com/chef-cookbooks/delivery-cluster#accept-license