chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

Adding license acceptance passthrough logic #81

Closed tyler-ball closed 5 years ago

tyler-ball commented 5 years ago

Description

Users must accept the Chef Infra Client license locally to manage remote nodes. Right now the version of chef we install is hardcoded to :latest so when we allow users to specify that we need to add in the correct version checking logic to only require the license when users are installing version >= 15

Issues Resolved

N/A

Check List