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

Make knife references backward-compatible #190

Merged
merged 1 commit into from
Apr 2, 2021
Merged

Make knife references backward-compatible #190

merged 1 commit into from
Apr 2, 2021

Conversation

marcparadise
Copy link
Member

@marcparadise marcparadise commented Apr 1, 2021

Versions of chef starting at 17.0.178 do not include the knife gem
so we can't require it unconditionally.

This also modifies load_chef_config to use Chef::WorkstationConfigLoader for chef 12+ instead of Knife::chef_config_dir; this is available in 12+ and avoids having to further split behavior on version such as <12 = knife.locate_config_file, <17 = knife.chef_config_file , 17+ config loader.
Signed-off-by: Marc A. Paradise marc.paradise@gmail.com

@marcparadise marcparadise requested review from a team as code owners April 1, 2021 14:40
Versions of chef starting at 17.0.178 do not include the knife gem
so we can't require it unconditionally.

This also modifies load_chef_config to use Chef::WorkstationConfigLoader
for chef 12+ instead of Knife::chef_config_dir; this is available in 12+
and avoids having to further split behavior on version such as <12 = knife.locate_config_file,
<17 = knife.chef_config_file , 17+ config loader.

Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
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

Successfully merging this pull request may close these issues.

None yet

2 participants