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
If you're on chef 15 and thus have a mixlib-install that doesn't understand the cinc product, and set product_name 'cinc', while also setting download_url_override you'll mixlib-install blowing up because cinc is not a valid product. :/
You can set it to chef - various parts of the upgrade script will blow up with things like:
c:/opscode/chef/embedded/bin/ruby.exe : The term 'c:/opscode/chef/embedded/bin/ruby.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
but the upgrade will be otherwise successful. But we should fix this.
The text was updated successfully, but these errors were encountered:
this also happens with chef-client 14 -> cinc, but can confirm setting the product_name value to 'chef' does infact allow the resource to succeed. still working on confirming it actually installing cinc
If you're on chef 15 and thus have a mixlib-install that doesn't understand the
cinc
product, and setproduct_name 'cinc'
, while also settingdownload_url_override
you'll mixlib-install blowing up becausecinc
is not a valid product. :/You can set it to
chef
- various parts of the upgrade script will blow up with things like:but the upgrade will be otherwise successful. But we should fix this.
The text was updated successfully, but these errors were encountered: