Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calls mixlib-install even when download_url_override is set #228

Open
jaymzh opened this issue Apr 21, 2021 · 1 comment
Open

Calls mixlib-install even when download_url_override is set #228

jaymzh opened this issue Apr 21, 2021 · 1 comment

Comments

@jaymzh
Copy link

jaymzh commented Apr 21, 2021

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.

@rmcleod8
Copy link

rmcleod8 commented Aug 30, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants