summaryrefslogtreecommitdiff
path: root/lib/chef/resource/yum_repository.rb
Commit message (Expand)AuthorAgeFilesLines
* More consist descriptions for resource name propertiesTim Smith2019-02-061-1/+1
* Replace several uses of attribute with property in resourcesattribute_is_propertyTim Smith2018-11-151-1/+1
* More resource description updatesTim Smith2018-11-071-1/+1
* Add more validation_messages to propertiesvalidationsTim Smith2018-11-031-6/+12
* Add additional resource descriptionsTim Smith2018-09-061-1/+1
* Add additional property descriptions using those on the docs siteTim Smith2018-08-291-45/+134
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
* Fail with a warning if users specify apt/yum/zypper repos with slashesrepo_filenamesTim Smith2018-03-191-1/+6
* Add more introduced and description fields to resourcesdescriptions_v2Tim Smith2018-02-221-4/+6
* Merge pull request #6697 from chef/yum_repo_cleanupTim Smith2017-12-191-22/+22
|\
| * Fix priority to accept 1-99 not 0-99yum_repo_cleanupTim Smith2017-12-191-1/+1
| * Remove the regex from every string propertyTim Smith2017-12-191-21/+21
* | Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+4
|/
* 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
* Merge pull request #5606 from chef/adamleff/warn-on-dangerous-property-namesThom May2017-01-181-1/+0
|\
| * Deprecate creating properties whose names are already methodsadamleff/warn-on-dangerous-property-namesAdam Leff2017-01-181-1/+0
* | yum_repostiroy: Allow baseurl to be an array & allow fastestmirror_enabled falseupdate_yumTim Smith2017-01-051-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
* | Set yum_repository gpgcheck default to trueGrant Ridder2016-09-281-1/+1
|/
* Fix makecache action name in yum_repositorymakecacheTim Smith2016-09-191-1/+1
* 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
* Create and delete yum repositoriesThom May2016-08-241-0/+76