summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Update ohai resource to new style, stop overwriting name propertyadamleff/update-ohai-resourceAdam Leff2016-12-021-25/+5
* Alias unmount to umount for mount resourceGrant Ridder2016-11-301-1/+1
* Merge pull request #5547 from chef/lcg/unified-integerLamont Granquist2016-11-162-3/+3
|\
| * fix Lint/UnifiedInteger copLamont Granquist2016-11-152-3/+3
* | Merge pull request #5460 from chef/tm/deprecation_with_urlThom May2016-11-163-6/+5
|\ \
| * | Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-163-6/+5
| |/
* | msu_package resource for Microsoft Update packagesNimishaS2016-11-161-0/+47
|/
* Merge pull request #5315 from MsysTechnologiesllc/dh/adding_powershell_packag...Bryan McLellan2016-11-111-0/+41
|\
| * Added unit specs for powershell packagedheerajd-msys2016-11-101-2/+2
| * Added code for adding support for powershell package managerdheerajd-msys2016-11-101-0/+41
* | Respond to review comments and chefstyletm/rescue_5115Thom May2016-11-101-13/+12
* | Code style fixes; :lipstick:Andrew Burns2016-11-101-1/+1
* | launchd: start_calendar_interval validity checkingAndrew Burns2016-11-101-1/+42
|/
* String to Array launchd:limit_load_to_session_type (#5424)Erik Gomez2016-11-081-1/+1
* Prevent apt_update failures on non-Linux platformstas50/apt_update_failsTim Smith2016-11-071-1/+1
* Merge pull request #5395 from b1-systems/locking_Thom May2016-10-311-1/+1
|\
| * implement lockingc52275322016-09-281-1/+1
* | Merge pull request #5476 from tas50/copyrightsLamont Granquist2016-10-211-1/+1
|\ \
| * | Fix a few bad copyrightsTim Smith2016-10-201-1/+1
* | | Merge pull request #5474 from tas50/yum_propertyLamont Granquist2016-10-211-1/+1
|\ \ \
| * | | Use property vs. attribute in yum_propertyTim Smith2016-10-191-1/+1
| | |/ | |/|
* | | the password is also not desired_statelcg/make-scm-password-sensitiveLamont Granquist2016-10-191-1/+1
* | | convert scm_password to property + make sensitiveLamont Granquist2016-10-191-7/+1
| |/ |/|
* | Merge pull request #5398 from shortdudey123/fix_yum_repository_gpgcheckTim Smith2016-09-301-1/+1
|\ \
| * | Set yum_repository gpgcheck default to trueGrant Ridder2016-09-281-1/+1
| |/
* | Merge pull request #5359 from MsysTechnologiesllc/ali/windows_registry_key_re...Bryan McLellan2016-09-301-3/+3
|\ \
| * | Allow deletion of registry_key without the need for users to pass type and da...aliasgar162016-09-301-3/+3
| |/
* | Added resource and provider for cab packageVasu11052016-09-301-0/+44
|/
* Fix makecache action name in yum_repositorymakecacheTim Smith2016-09-191-1/+1
* add a test for non-utf8 chars in filenames in the file provider (#5335)Lamont Granquist2016-09-161-1/+1
* Make 12.5+ custom resources whyrun safe by default.John Keiser2016-09-161-0/+4
* Merge pull request #5322 from chef/lcg/manage-home-fixLamont Granquist2016-09-152-12/+16
|\
| * move deprecation warnings to superclassLamont Granquist2016-09-152-13/+14
| * fix typos in deprecation messageLamont Granquist2016-09-151-1/+1
| * revert supports[:manage_home] behaviorLamont Granquist2016-09-141-7/+10
* | Add back compatibility with old property namesTim Smith2016-09-141-2/+5
* | More professional default nameTim Smith2016-09-141-1/+1
* | Allow the :delete action for yum_repositoryTim Smith2016-09-141-1/+1
|/
* Merge pull request #5182 from erikng/masterThom May2016-09-061-1/+1
|\
| * Add Hash type to launchd:keep_aliveErik Gomez2016-08-081-1/+1
* | Make rubocop happyPhil Dibowitz2016-08-261-10/+12
* | Use bad style just for rspecPhil Dibowitz2016-08-261-2/+3
* | Fix flush_cache issues in yum_packagePhil Dibowitz2016-08-261-11/+9
* | Merge pull request #5243 from chef/lcg/rewrite-linux-user-providerLamont Granquist2016-08-241-2/+1
|\ \
| * | set manage_home default back to falseLamont Granquist2016-08-231-2/+1
* | | Create and delete yum repositoriesThom May2016-08-241-0/+76
|/ /
* | Add a warning for guard blocks that return a non-empty string.Noah Kantrowitz2016-08-221-1/+9
* | user provider manage_home behavior and refactorLamont Granquist2016-08-197-3/+210
|/
* Fix freebsd_package to use new node syntax and detect os_version correctlyJohn Keiser2016-08-031-1/+1
* Merge pull request #4979 from andrewjamesbrown/masterThom May2016-05-311-1/+6
|\