summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tighten all require statements for dist implementationMarc Chamberland2020-09-1572-69/+69
* move dist implementation into chef-utilsMarc Chamberland2020-09-1592-457/+381
* Bump version to 16.5.54 by Chef Expeditorv16.5.54Chef Expeditor2020-09-151-1/+1
* Bump version to 16.5.53 by Chef Expeditorv16.5.53Chef Expeditor2020-09-121-1/+1
* Update validation error messageTim Smith2020-09-111-1/+1
* Allow users to take a String as wellTim Smith2020-09-111-3/+4
* Simplify validation and add some unit testsTim Smith2020-09-111-15/+3
* Use a frozen constant for the privs we acceptTim Smith2020-09-111-48/+48
* another rewrite of the validation of the privilege property.Davin Taddeo2020-09-111-1/+15
* some modifications to make the allowed privilege list a little easier to sort...Davin Taddeo2020-09-111-46/+46
* A validation update to the windows_user_privilege resource I believe will ass...Davin Taddeo2020-09-111-5/+1
* Remove an outdated comment.Pete Higgins2020-09-111-3/+0
* Bump version to 16.5.52 by Chef Expeditorv16.5.52Chef Expeditor2020-09-111-1/+1
* Merge pull request #10423 from chef/sidTim Smith2020-09-111-1/+5
|\
| * allow the use of SIDs in windows securable resourcesmwrock2020-09-111-1/+5
* | Bump version to 16.5.51 by Chef Expeditorv16.5.51Chef Expeditor2020-09-101-1/+1
* | Update lib/chef/resource/sysctl.rb Tim Smith2020-09-101-1/+1
* | Update sysctl resource description to match realityTim Smith2020-09-101-5/+1
* | Bump version to 16.5.50 by Chef Expeditorv16.5.50Chef Expeditor2020-09-101-1/+1
* | Merge pull request #10413 from jasonwbarnett/feature/add-name-to-rhsm_registerTim Smith2020-09-101-0/+6
|\ \
| * | Add system_name property to rhsm_register resourceJason Barnett2020-09-101-0/+6
* | | Bump version to 16.5.49 by Chef Expeditorv16.5.49Chef Expeditor2020-09-101-1/+1
* | | Merge pull request #10409 from chef/snapTim Smith2020-09-101-1/+0
|\ \ \
| * | | Remove debug puts from snap_packagesnapTim Smith2020-09-091-1/+0
| |/ /
* | | Bump version to 16.5.48 by Chef Expeditorv16.5.48Chef Expeditor2020-09-101-1/+1
* | | had `unified_mode true` twice. reduced it to onceDavin Taddeo2020-09-101-2/+0
* | | Update the windows_firewall_profile resource to move the load_firewall_state ...Davin Taddeo2020-09-101-18/+22
|/ /
* | Bump version to 16.5.47 by Chef Expeditorv16.5.47Chef Expeditor2020-09-101-1/+1
* | Bump version to 16.5.46 by Chef Expeditorv16.5.46Chef Expeditor2020-09-101-1/+1
* | Merge pull request #10401 from chef/fileTim Smith2020-09-091-1/+1
|\ \
| * | Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-1/+1
* | | Bump version to 16.5.45 by Chef Expeditorv16.5.45Chef Expeditor2020-09-091-1/+1
* | | Allow cpu_quota values > 100Tim Smith2020-09-091-2/+2
|/ /
* | Bump version to 16.5.44 by Chef Expeditorv16.5.44Chef Expeditor2020-09-091-1/+1
* | Bump version to 16.5.43 by Chef Expeditorv16.5.43Chef Expeditor2020-09-091-1/+1
* | Bump version to 16.5.42 by Chef Expeditorv16.5.42Chef Expeditor2020-09-091-1/+1
|/
* Merge pull request #10405 from chef/autoload_lic_acceptTim Smith2020-09-091-1/+3
|\
| * autoload license_acceptance/acceptor in knife loadingmwrock2020-09-091-1/+3
* | Bump version to 16.5.41 by Chef Expeditorv16.5.41Chef Expeditor2020-09-091-1/+1
* | Merge pull request #10400 from chef/VSingh/fix-windows-test-casesTim Smith2020-09-094-0/+17
|\ \
| * | Add patent & docs links in knife help commandVSingh/fix-windows-test-casesVivek Singh2020-09-091-0/+9
| * | Add Patents info to chef infra & solo clientVivek Singh2020-09-093-0/+8
* | | Bump version to 16.5.40 by Chef Expeditorv16.5.40Chef Expeditor2020-09-091-1/+1
* | | Bump version to 16.5.39 by Chef Expeditorv16.5.39Chef Expeditor2020-09-091-1/+1
|/ /
* | Bump version to 16.5.38 by Chef Expeditorv16.5.38Chef Expeditor2020-09-091-1/+1
* | Bump version to 16.5.37 by Chef Expeditorv16.5.37Chef Expeditor2020-09-091-1/+1
* | Merge pull request #10396 from chef/stringsTim Smith2020-09-081-1/+1
|\ \
| * | Use include? to example strings when we don't need a regexstringsTim Smith2020-09-081-1/+1
* | | Merge pull request #10395 from chef/faster_rhsmTim Smith2020-09-081-8/+14
|\ \ \ | |_|/ |/| |
| * | Stop using grep to parse textfaster_rhsmTim Smith2020-09-081-1/+1