summaryrefslogtreecommitdiff
path: root/lib/chef/resource/kernel_module.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the canonical DSLLamont Granquist2020-03-031-1/+1
* Cookstyle fixes for our resourcesTim Smith2020-02-261-2/+2
* Convert more resources to unified_modeLamont Granquist2020-02-211-27/+28
* Add missing commaLance Albertson2019-09-161-1/+1
* Add example documentation for kernel_module resourceLance Albertson2019-09-161-0/+46
* Move condition outside of resource to avoid log spamLance Albertson2019-09-161-4/+5
* Add introduced flag for new parameterLance Albertson2019-09-161-0/+1
* Add options parameter for kernel_moduleLance Albertson2019-09-131-0/+13
* Implement disable for disabling kernel_modulesTom Doherty2019-07-171-1/+19
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-6/+6
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Improve resource descriptions for documentationTim Smith2018-11-141-1/+1
* Defer running initramfs_command until end of runTom Doherty2018-11-051-13/+19
* Make all Chef 14 preview resources into full resourcesTim Smith2018-10-261-1/+0
* Add missing periods in descriptionsTim Smith2018-07-091-2/+2
* Make it more clear that we load first on :installTim Smith2018-06-111-2/+3
* Don't use delcare_resourceTim Smith2018-06-111-8/+8
* Make kernel_module a preview resource until Chef 15Tim Smith2018-06-111-2/+2
* Fix copyright dateTim Smith2018-06-111-1/+1
* Add descriptionsTim Smith2018-06-111-8/+24
* Use shell_out and a file read instead of executeTim Smith2018-06-111-4/+16
* Add kernel_module resource from the kernel_module cookbookTim Smith2018-06-111-0/+100