summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Cleanup some YARD warningsyard2Tim Smith2017-12-131-1/+1
* Add a few more comments to resourcesTim Smith2017-12-133-2/+27
* Fix the time regex and improve the error messageTim Smith2017-12-081-1/+1
* These are all input validation errors so they should raise ArgumentError not ...more_taskTim Smith2017-12-081-7/+5
* Use integer for numeric evaluationTim Smith2017-12-081-2/+3
* Properly handle an ISO8601 duration of 0 secondsTim Smith2017-12-081-2/+1
* Improve the integer/string warning messageTim Smith2017-12-071-2/+2
* Validate the start_date is correctly passedTim Smith2017-12-071-1/+4
* Explain what PT72H isTim Smith2017-12-071-1/+1
* allow random_delay and execution_time_limit to be integers and properly validateTim Smith2017-12-071-22/+24
* Validate that starttime is actually in HH:mm formatTim Smith2017-12-071-4/+5
* Improve the passwordless user error, logic, and testsimproved_task_loggingTim Smith2017-12-061-7/+6
* Attribute -> Property and remove double spacesTim Smith2017-12-061-10/+10
* Clarify that we're talking about the 1 and only SYSTEM user hereTim Smith2017-12-061-1/+1
* add unit_name identity property to systemd_unitNathan Williams2017-11-281-0/+3
* Merge pull request #6468 from coderanger/deprecate-deployNoah Kantrowitz2017-10-191-0/+6
|\
| * Deprecate the deploy resource and family.Noah Kantrowitz2017-10-031-0/+6
* | Merge pull request #6394 from chef/ash/add_none_frequency_to_windows_task_res...Bryan McLellan2017-10-131-7/+12
|\ \
| * | Added none frequency to windows task resourceNAshwini2017-09-201-7/+12
* | | pick up dnf on amazon linux more dynamicallylcg/dnf-platform-tweaksLamont Granquist2017-10-101-0/+5
* | | only rhel >= 8 and fedora >= 22 get dnfLamont Granquist2017-10-101-4/+4
* | | add allow_downgrade to zypper_package resourceEike Waldt2017-10-061-0/+1
* | | Merge pull request #6435 from NaomiReeves/fix_dnf_resourceThom May2017-10-031-1/+3
|\ \ \ | |_|/ |/| |
| * | dnf_resource: be more specific for rhel packagesNaomi Reeves2017-09-291-1/+3
* | | Allow specifying the cookbook for the source templateTim Smith2017-09-281-0/+1
|/ /
* | Fixed mistake added while removing old :password attribute definitionDmitry Shestoperov2017-09-261-1/+0
* | password property of mount resurce is sensitiveDmitry Shestoperov2017-09-261-8/+3
* | Add support for metalink and throttle in yum_repositoryyum_repoTim Smith2017-09-211-1/+4
* | Sort yum repository options alphabeticallyTim Smith2017-09-211-8/+8
|/
* Open apt resources up to prevent breaking changeapt_openTim Smith2017-09-173-3/+3
* Remove the usage of an array for the platform_familyapt_resourcesTim Smith2017-09-144-4/+4
* Replace which apt-get check with simple debian check in apt resourcesTim Smith2017-09-143-4/+4
* Add options for bonding NICs on RHEL/CentosTom Doherty2017-09-071-0/+27
* Add support for specifying ETHTOOL_OPTS on Red HatTom Doherty2017-09-071-0/+9
* Using LOGON32_LOGON_NEW_CREDENTIALS instead of LOGON32_LOGON_NETWORKnimisha2017-09-051-8/+0
* Fixing review commentsnimisha2017-09-051-5/+1
* Alternate user local logon authenticationnimisha2017-09-051-22/+62
* Access remote_file resource source files as alternate user on Windowsadamedx2017-09-051-0/+32
* [x].flatten is better written as Array(x)Gavin Reynolds2017-09-011-1/+1
* Support an array of keys for apt_repositoryGavin Reynolds2017-08-311-1/+1
* Auto import gpg keys in zypper_repositoryzypper_repo_fixTim Smith2017-08-241-0/+1
* Fixed specsnimisha2017-08-161-1/+1
* Added windows_path resourcenimisha2017-08-161-0/+41
* Don't use provides twiceTim Smith2017-08-101-1/+0
* Maintain compat with old zypper_repo resource used in cookbookszypper2Tim Smith2017-08-101-0/+1
* Add zypper_repository resourceTim Smith2017-08-091-0/+51
* Merge pull request #5529 from chef/tas50/apt_preferenceTim Smith2017-07-271-0/+36
|\
| * Testing updatesTim Smith2017-05-121-1/+1
| * Chefstyle fixesTim Smith2017-05-121-1/+1
| * Wire up provider/resource and use constants so we can testTim Smith2017-05-121-1/+1