summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * /etc/hosts needs to be non-atomic on dockerAndrew Brown2016-05-311-1/+1
| * Switch to node attributes for docker detectionAndrew Brown2016-05-301-1/+1
| * Style fixesAndrew Brown2016-05-301-3/+2
| * File atomic update default: false on docker filesAndrew Brown2016-05-301-1/+7
* | add more unit actionsNathan Williams2016-05-061-1/+3
|/
* Merge pull request #4700 from nathwill/features/systemd-unitThom May2016-05-011-0/+61
|\
| * add systemd_unit resource/providerNathan Williams2016-04-161-0/+61
* | add support for --layout option to mdadm resource providerKaren Bruner2016-04-211-0/+9
|/
* allow true to mean nil via coercsionslcg/nillable-apt-repository-distributionLamont Granquist2016-04-141-6/+6
* add nillable apt_repository and nillable propertiesLamont Granquist2016-04-141-1/+1
* Add an apt_repository resourcetm/apt_repositoryThom May2016-04-081-0/+47
* allow use_inline_resources for core chef providersLamont Granquist2016-03-211-0/+3
* Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-151-0/+9
|\
| * Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-10/+1
| * Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-031-0/+18
| |\