You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chef-provisioning itself works fine on chef15, however bootstrapping nodes with v15 from omnibus will currently fail due to the new license acceptance requirement on the clients. three workarounds:
set :convergence_options/:chef_version = 14
change chef_command to "chef-client --accept-license" so that the first chef run does this
custom install.sh which runs with the accept license parameter and/or copies a license
The text was updated successfully, but these errors were encountered:
chef-provisioning itself works fine on chef15, however bootstrapping nodes with v15 from omnibus will currently fail due to the new license acceptance requirement on the clients. three workarounds:
The text was updated successfully, but these errors were encountered: