summaryrefslogtreecommitdiff
path: root/lib/chef/resource/apt_repository.rb
Commit message (Expand)AuthorAgeFilesLines
* 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