summaryrefslogtreecommitdiff
path: root/chef-bin/bin
Commit message (Collapse)AuthorAgeFilesLines
* Chef 17: Remove windows service manager capabilitiesTim Smith2021-02-032-68/+2
| | | | | | This is something we've recommended against using for many years now. Windows users should instead run Chef Infra Client using a Scheduled Task which is far more reliable and has the added benefit of requiring zero CPU or memory while not running. Signed-off-by: Tim Smith <tsmith@chef.io>
* Namespace ResourceInspector to avoid conflicts with Inspec's.Pete Higgins2020-11-021-1/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
| | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> Signed-off-by: Lance Albertson <lance@osuosl.org>
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-4/+4
| | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> Signed-off-by: Lance Albertson <lance@osuosl.org>
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-097-7/+7
| | | | | | This is a bit easier to read Signed-off-by: Tim Smith <tsmith@chef.io>
* some leftover/new "Chef" references converted to distro constantsMarc Chamberland2019-12-051-0/+1
| | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* Inserting distro constants into Windows Service description and nameMarc Chamberland2019-12-051-3/+3
| | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
* Use keyword arguments for acceptanceMark Anderson2019-05-033-3/+3
| | | | Signed-off-by: Mark Anderson <mark@chef.io>
* Only Chef Software binaries should enforce EULAtyler-ball2019-05-033-3/+3
| | | | Signed-off-by: tyler-ball <tball@chef.io>
* Remove chef-* binstubs from chef gemLamont Granquist2019-04-297-0/+201
This is for the relicensing effort. Note that this PR leaves the knife and ohai binstubs still in the gem(s) while that discussion is still ongoing. This PR extracts the binstubs to chef-binstubs gem which is not intended to be redistributed outside of the omnibus chef binaries. A blank gem for chef-binstubs has been pushed to rubygems.org for obvious security concerns and so that bundler/rubygems can resolve the gem Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>