summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* revert failure testingLamont Granquist2019-11-181-4/+3
* build build_essential for rhelLamont Granquist2019-11-181-11/+23
* Merge pull request #7239 from chef/reboot_resourceTim Smith2019-11-181-4/+48
|\
| * Fix spec failures by moving default_actionTim Smith2019-11-181-3/+6
| * Convert reboot resource to a custom resource with descriptionsTim Smith2019-11-181-2/+43
* | Description improvementsTim Smith2019-11-151-2/+2
* | Improve input validation on windows_packageTim Smith2019-11-151-9/+28
|/
* Improve resource descriptions and the rake task for docs generationTim Smith2019-11-146-7/+7
* Merge pull request #8916 from Intility/windows-firewall-profilesTim Smith2019-11-141-6/+11
|\
| * fix a chefstyle issueTor Magnus Rakvåg2019-10-071-1/+1
| * fix chefstyle errorsTor Magnus Rakvåg2019-10-071-2/+2
| * unkown profiles should raise a validation errorTor Magnus Rakvåg2019-10-071-1/+6
| * these parameters require arraysTor Magnus Rakvåg2019-09-261-2/+2
| * improved factoringTor Magnus Rakvåg2019-09-261-9/+2
| * the profile property has to support arraysTor Magnus Rakvåg2019-09-251-5/+12
* | Wrap the sleep in a converge blockTim Smith2019-11-081-1/+3
* | Better describe the example resource usageTim Smith2019-11-081-2/+1
* | Update lib/chef/resource/chef_sleep.rb Tim Smith2019-11-081-1/+1
* | Update lib/chef/resource/chef_sleep.rb Tim Smith2019-11-081-1/+1
* | Update documentation and add a Test Kitchen testTim Smith2019-11-081-1/+29
* | Add new chef_sleep resourceTim Smith2019-11-081-0/+41
* | Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-087-10/+15
* | Fix enable on indirect unitsPhil Dibowitz2019-11-042-0/+4
* | tweak unified_mode settingslcg/unified-mode1Lamont Granquist2019-10-292-4/+4
* | Turn on unified_mode for 35 core resourcesLamont Granquist2019-10-2835-0/+65
* | Fix typo in license noticePhilippe Ombredanne2019-10-221-1/+1
* | Sync over resource documentation from the docs siteTim Smith2019-10-156-6/+6
* | Update windows_service to ignore run_as_user caseJason Barnett2019-10-101-1/+1
* | Add :leave action to windows_ad_join resourceJason Barnett2019-10-091-3/+72
* | Merge pull request #8928 from MsysTechnologiesllc/sudo_file_validationTim Smith2019-10-081-2/+2
|\ \
| * | Added sudo resource validationAmol Shinde2019-10-011-2/+2
| |/
* | make path idempotent by coercing to backwhacksTor Magnus Rakvåg2019-10-081-1/+2
* | Fix some places where constants from dist.rb were not used. Specifically for ...Tensibai2019-09-261-1/+1
|/
* Merge pull request #8765 from MsysTechnologiesllc/Kapil/MSYS-1015_chocolatey_...Lamont Granquist2019-09-181-1/+15
|\
| * Fix for chocolatey_package fails using extra optionsKapil Chouhan2019-09-091-1/+15
* | Merge pull request #8887 from ramereth/kernel_module-modprobe-fileTim Smith2019-09-161-0/+61
|\ \
| * | Add missing commaLance Albertson2019-09-161-1/+1
| * | Add example documentation for kernel_module resourceLance Albertson2019-09-161-0/+46
| * | Move condition outside of resource to avoid log spamLance Albertson2019-09-161-4/+5
| * | Add introduced flag for new parameterLance Albertson2019-09-161-0/+1
| * | Add options parameter for kernel_moduleLance Albertson2019-09-131-0/+13
* | | Add more resource examples to the codebaseTim Smith2019-09-1611-20/+219
|/ /
* | [macos] fix mac_user platform constraintsryan/fix-macos-buildRyan Cragun2019-09-102-2/+2
* | Merge pull request #8775 from chef/ryancragun/mac_userTim Smith2019-09-093-1/+121
|\ \ | |/ |/|
| * Add introduced fieldRyan Cragun2019-08-271-0/+2
| * Address review feedback round 1Ryan Cragun2019-07-261-19/+31
| * Add mac_user resource that is compatible with macOS >= 10.14Ryan Cragun2019-07-243-1/+107
* | support arrays of strings for optionslcg/chocolatey-splat-argsLamont Granquist2019-09-041-2/+2
* | Add unified_mode switch for resourcesLamont Granquist2019-08-121-13/+17
* | Backport another description from the docs siteTim Smith2019-08-081-1/+1