summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Call the new method namesudo_whichTim Smith2018-03-221-1/+1
* Rename visudo_path -> visudo_binary and raise if the old one is usedTim Smith2018-03-221-2/+11
* Make sure we return true in visudo_present helperTim Smith2018-03-221-2/+2
* Match order to cookbookTim Smith2018-03-221-3/+4
* Fix template to match the updated version in the cookbookTim Smith2018-03-221-1/+1
* sudo: Don't fail on FreeBSD. Turns out there's a .d directoryTim Smith2018-03-221-9/+4
* Merge pull request #7015 from chef/windows_feature_fixTim Smith2018-03-211-5/+15
|\
| * Support installing removed windows features from sourcewindows_feature_fixTim Smith2018-03-201-5/+15
* | Pagefile sizes are in megabytes not bytespagefile_docsTim Smith2018-03-211-2/+2
|/
* Merge pull request #7005 from chef/macos_build_essentialTim Smith2018-03-201-15/+30
|\
| * Add commentTim Smith2018-03-201-0/+1
| * Simplify the if installed logic for macosTim Smith2018-03-201-4/+1
| * Remove rubocop commentTim Smith2018-03-201-1/+0
| * Add missing installed logic for macos in build_essentialTim Smith2018-03-201-15/+33
* | Update to the code from the homebrew 9.0 cookbookTim Smith2018-03-203-51/+105
* | Add dmg_package, homebrew_cask, and homebrew_tap resourcesTim Smith2018-03-203-0/+291
|/
* Remove Chef 12-isms from the apt_repository resourceTim Smith2018-03-201-6/+11
* Merge pull request #7000 from chef/repo_filenamesTim Smith2018-03-203-3/+16
|\
| * Fail with a warning if users specify apt/yum/zypper repos with slashesrepo_filenamesTim Smith2018-03-193-3/+16
* | Merge pull request #7003 from chef/minor_resource_cleanupTim Smith2018-03-208-79/+38
|\ \
| * | Add more resource descriptions and convert more resources to use propertiesminor_resource_cleanupTim Smith2018-03-198-79/+38
| |/
* | Don't try to install old GCC packages on Amazon Linux 2Tim Smith2018-03-191-1/+1
|/
* Move subversion specific properties from scm to subversionscm_subversionTim Smith2018-03-172-21/+17
* Lazy eval empty Hash/Array resource properties.Tim Smith2018-03-167-13/+13
* Merge pull request #6994 from chef/cleanupTim Smith2018-03-1617-142/+85
|\
| * Fix integration test failuresTim Smith2018-03-161-1/+1
| * More documentation updates for resourcesTim Smith2018-03-164-7/+26
| * Add more resource descriptionsTim Smith2018-03-169-32/+39
| * Add a node about env -> windows_envTim Smith2018-03-161-1/+1
| * Add a description field to yum_packageTim Smith2018-03-161-0/+6
| * Use properties in scm, subversion, and templateTim Smith2018-03-163-102/+13
* | Merge pull request #6979 from chef/sudoTim Smith2018-03-162-0/+245
|\ \ | |/ |/|
| * Add compatibility action for removesudoTim Smith2018-03-151-0/+5
| * Add the sudo resource from the sudo resourceTim Smith2018-03-152-0/+240
* | bad copypasta is badLamont Granquist2018-03-151-1/+1
|/
* Clean up mount provider teststm/6851Thom May2018-03-141-4/+5
* update mount to use properties and fix 6851Thom May2018-03-141-124/+17
* Merge pull request #6951 from chef/dsc_resource_rebootLamont Granquist2018-03-121-8/+1
|\
| * Properly validate reboot_action in dsc_resourcedsc_resource_rebootTim Smith2018-03-051-8/+1
* | Merge pull request #6957 from chef/providesLamont Granquist2018-03-1230-44/+49
|\ \
| * | Remove a few more provides and update the resolver specTim Smith2018-03-072-2/+2
| * | Remove platfom restrictions in provides and don't require providersTim Smith2018-03-0728-42/+47
* | | Merge pull request #6962 from chef/windows_featureTim Smith2018-03-121-6/+6
|\ \ \
| * | | Use node.override not node.normal in the windows_feature_dism resourceTim Smith2018-03-071-6/+6
| |/ /
* | | Fix some yard warningsyard_warningsTim Smith2018-03-111-1/+1
|/ /
* | Merge pull request #6956 from chef/bffTim Smith2018-03-071-1/+3
|\ \
| * | Rename bff provider to match its resourceTim Smith2018-03-061-1/+3
| |/
* | Merge pull request #6950 from chef/more_propertiesTim Smith2018-03-079-302/+38
|\ \
| * | Convert more set_or_returns to proper propertiesmore_propertiesTim Smith2018-03-059-302/+38
| |/
* | Merge pull request #6958 from jasonwbarnett/remove-old-explicit-provider-setThom May2018-03-071-1/+0
|\ \ | |/ |/|