summaryrefslogtreecommitdiff
path: root/lib/chef/provider/apt_repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Support an array of keys for apt_repositoryGavin Reynolds2017-08-311-10/+12
* apt-key finger no longer matches extract fingerprints regexMatt Whiteley2017-04-261-4/+7
* Core providers that don’t need use_inline_resources anymore.Noah Kantrowitz2017-04-041-2/+0
* Merge pull request #5853 from chef/lcg/default-whyrun-supportedLamont Granquist2017-03-091-5/+1
|\
| * support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-5/+1
* | Fix apt_repository for latest os version 16.10afiune/COOL-685/apt_repository_key_fingerprint_fixSalim Afiune2017-03-081-3/+5
|/
* Normalize full key name to avoid resource update on identical key namesVlad Gorodetsky2016-09-191-1/+1
* Create and delete yum repositoriesThom May2016-08-241-7/+3
* fix apt_repository noopLamont Granquist2016-08-051-1/+1
* add nillable apt_repository and nillable propertiesLamont Granquist2016-04-141-6/+8
* Add an apt_repository resourcetm/apt_repositoryThom May2016-04-081-0/+255