summaryrefslogtreecommitdiff
path: root/lib/chef/provider/apt_update.rb
Commit message (Expand)AuthorAgeFilesLines
* rebase + squashLamont Granquist2018-07-061-2/+5
* fix Style/MutableConstantLamont Granquist2018-07-021-2/+2
* 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-6/+2
* Core providers that don’t need use_inline_resources anymore.Noah Kantrowitz2017-04-041-2/+0
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-5/+1
* Add trailing newline to generated 15update-stamp (obvious fix)Peter Walz2016-09-231-1/+1
* Create and delete yum repositoriesThom May2016-08-241-6/+4
* noop apt_update similar to apt_repositoryLamont Granquist2016-08-051-3/+12
* remove caller[0]Lamont Granquist2016-03-211-3/+3
* add back the converge_by textLamont Granquist2016-03-211-2/+6
* allow use_inline_resources for core chef providersLamont Granquist2016-03-211-14/+11
* autofixing whitespace copsLamont Granquist2016-02-051-0/+1
* respond to review commentsThom May2016-01-221-1/+2
* Dependency inject file locationsThom May2016-01-211-16/+21
* ensure that periodic files are created firstThom May2016-01-201-8/+18
* Add periodic action as the defaultThom May2016-01-201-1/+23
* Add an apt_update resourceThom May2016-01-201-0/+40