summaryrefslogtreecommitdiff
path: root/lib/chef/resource/apt_repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Add introduced versions for properties and more descriptionsTim Smith2018-09-061-1/+1
* Remove smart quotesTim Smith2018-07-251-2/+2
* Add missing periods and rely on word wrapcleanupTim Smith2018-04-271-4/+4
* Add descriptions to more resourcesTim Smith2018-04-261-15/+42
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
* Remove Chef 12-isms from the apt_repository resourceTim Smith2018-03-201-6/+11
* Fail with a warning if users specify apt/yum/zypper repos with slashesrepo_filenamesTim Smith2018-03-191-1/+5
* Lazy eval empty Hash/Array resource properties.Tim Smith2018-03-161-2/+2
* Add new introduced and description resource properties to many resourceTim Smith2018-02-141-4/+4
* Nillable properties are the default nowtm/true_nillableThom May2018-01-261-5/+5
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+4
* Open apt resources up to prevent breaking changeapt_openTim Smith2017-09-171-1/+1
* Remove the usage of an array for the platform_familyapt_resourcesTim Smith2017-09-141-1/+1
* Replace which apt-get check with simple debian check in apt resourcesTim Smith2017-09-141-2/+2
* [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
* Deprecate creating properties whose names are already methodsadamleff/warn-on-dangerous-property-namesAdam Leff2017-01-181-1/+0
* 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