summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Chefstyle fix for Rakefilelcg/dist_to_utilsLance Albertson2020-09-141-1/+1
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Revert change that removed use of Chef::Config.platform_specific_pathLance Albertson2020-09-144-6/+6
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Update dist constants in chef_client_launchd to use chef-utilsLance Albertson2020-09-141-7/+7
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Update lib/chef/application/knife.rb to use ChefUtils::Dist::Infra::PRODUCTLance Albertson2020-09-141-1/+1
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Move Chef::Dist::KNIFE_DOCS to ChefUtils::Dist::Org::KNIFE_DOCSLance Albertson2020-09-142-1/+4
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Move Chef::Dist::PATENTS to ChefUtils::Dist::Org::PATENTSLance Albertson2020-09-144-3/+6
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Fix Chef::Dist in chef_client_systemd_timerLance Albertson2020-09-141-1/+1
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Fix spec testLance Albertson2020-09-141-1/+1
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Move to using ChefConfig for CONF_DIRLance Albertson2020-09-141-1/+1
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Move Chef::Dist to chef-utils for new resourcesLance Albertson2020-09-144-23/+23
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Chefstyle fixesLance Albertson2020-09-149-9/+9
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-1477-77/+77
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Tighten requires a bit moreLance Albertson2020-09-143-3/+3
| | | | Signed-off-by: Lance Albertson <lance@osuosl.org>
* Move chef-config/dist to chef-utils/distLance Albertson2020-09-149-93/+49
| | | | | | | | | | This migrates constants used in chef-config/dist to chef-utils/dist so that they all reside in one place. Other changes include: - Remove Compliance, Inspec, Run, Inspec, Workstation class constants as they are new and not being used yet. Leave this to be added in a later PR. Signed-off-by: Lance Albertson <lance@osuosl.org>
* fix a few new instances of Chef::DistMarc Chamberland2020-09-144-7/+7
| | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> Signed-off-by: Lance Albertson <lance@osuosl.org>
* merge all dist files back into dist.rbMarc Chamberland2020-09-1474-241/+164
| | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> Signed-off-by: Lance Albertson <lance@osuosl.org>
* tighten all require statements for dist implementationMarc Chamberland2020-09-1482-77/+79
| | | | | 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-14120-530/+634
| | | | | Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com> Signed-off-by: Lance Albertson <lance@osuosl.org>
* Bump version to 16.5.53 by Chef Expeditorv16.5.53Chef Expeditor2020-09-127-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10422 from chef/chef-davin-mainTim Smith2020-09-113-55/+109
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the kitchen test for nowTim Smith2020-09-111-5/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update validation error messageTim Smith2020-09-111-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Allow users to take a String as wellTim Smith2020-09-112-5/+11
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Simplify validation and add some unit testsTim Smith2020-09-112-15/+23
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use a frozen constant for the privs we acceptTim Smith2020-09-111-48/+48
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add initial unit testTim Smith2020-09-112-1/+31
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * another rewrite of the validation of the privilege property.Davin Taddeo2020-09-111-1/+15
| | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * some modifications to make the allowed privilege list a little easier to ↵Davin Taddeo2020-09-112-47/+47
| | | | | | | | | | | | sort through. And a chefstyle fix Signed-off-by: Davin Taddeo <davin@chef.io>
| * A validation update to the windows_user_privilege resource I believe will ↵Davin Taddeo2020-09-112-5/+6
|/ | | | assist with issue #10420
* Merge pull request #10427 from chef/remove-outdated-commentTim Smith2020-09-111-3/+0
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove an outdated comment.Pete Higgins2020-09-111-3/+0
|/ | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Bump version to 16.5.52 by Chef Expeditorv16.5.52Chef Expeditor2020-09-117-19/+20
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #10423 from chef/sidTim Smith2020-09-112-28/+113
|\ | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * allow the use of SIDs in windows securable resourcesmwrock2020-09-112-28/+113
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | Bump version to 16.5.51 by Chef Expeditorv16.5.51Chef Expeditor2020-09-107-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10416 from chef/docsTim Smith2020-09-101-5/+1
|\ \ | | | | | | Update sysctl resource description to match reality
| * | Update lib/chef/resource/sysctl.rb Tim Smith2020-09-101-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
| * | Update sysctl resource description to match realityTim Smith2020-09-101-5/+1
|/ / | | | | | | | | | | We don't do the backup mess anymore and we never did when this resource was in chef-client itself. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 16.5.50 by Chef Expeditorv16.5.50Chef Expeditor2020-09-107-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10413 from jasonwbarnett/feature/add-name-to-rhsm_registerTim Smith2020-09-102-0/+36
|\ \ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Add system_name property to rhsm_register resourceJason Barnett2020-09-102-0/+36
| | | | | | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | | Bump version to 16.5.49 by Chef Expeditorv16.5.49Chef Expeditor2020-09-107-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10409 from chef/snapTim Smith2020-09-101-1/+0
|\ \ \ | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Remove debug puts from snap_packagesnapTim Smith2020-09-091-1/+0
| |/ / | | | | | | | | | | | | | | | No need for this here. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 16.5.48 by Chef Expeditorv16.5.48Chef Expeditor2020-09-107-19/+20
| | | | | | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | | Merge pull request #10412 from chef-davin/mainTim Smith2020-09-102-20/+32
|\ \ \ | |/ / |/| | Update the windows_firewall_profile resource to fix NoMethodError
| * | had `unified_mode true` twice. reduced it to onceDavin Taddeo2020-09-101-2/+0
| | | | | | | | | | | | Signed-off-by: Davin Taddeo <davin@chef.io>
| * | Update the windows_firewall_profile resource to move the load_firewall_state ↵Davin Taddeo2020-09-102-18/+32
|/ / | | | | | | | | | | method out of the action_class. Also add some firewall tests to the kitchen tests to avoid this issue in the future. Signed-off-by: Davin Taddeo <davin@chef.io>
* | Bump version to 16.5.47 by Chef Expeditorv16.5.47Chef Expeditor2020-09-107-19/+20
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #10371 from chef/lcg/ohai-timing-testLamont Granquist2020-09-091-0/+61
|\ \ | | | | | | Signed-off-by: Lamont Granquist <lamont@chef.io>