summaryrefslogtreecommitdiff
path: root/lib/chef/provider/apt_repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix some yard warningsyard_warningsTim Smith2018-03-111-1/+1
* Use verify to validat the keyfix_apt_repoTim Smith2018-03-051-6/+1
* Avoid compile time error in apt_repositoryTim Smith2018-03-051-10/+5
* Break out the gpg key validation into its own methodapt_repo_cleanupTim Smith2018-02-261-8/+15
* Yard improvementsTim Smith2018-02-261-5/+27
* Don't check that we're a PPA URL twiceTim Smith2018-02-261-1/+0
* More YARDTim Smith2018-02-261-0/+21
* Add debugging for when we do nothing on the remove actionTim Smith2018-02-261-1/+2
* Extract repo components logic into its own methodTim Smith2018-02-261-7/+15
* More YARDTim Smith2018-02-261-0/+4
* Split building the key import command into into its own methodTim Smith2018-02-261-2/+11
* Add a debug line for skipping key importTim Smith2018-02-261-1/+3
* Add some commentsTim Smith2018-02-261-0/+13
* Collapse the not_if formatTim Smith2018-02-261-3/+1
* Break key type detection into its own methodTim Smith2018-02-261-8/+18
* Remove unnecessary run_command on the shell_outTim Smith2018-02-261-2/+0
* Don't check both platform_family / os in provides when platform_family will doTim Smith2017-12-211-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-5/+1
* 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