summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_dhparam.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the canonical DSLLamont Granquist2020-03-031-2/+1
* Add examples to various resourcesTim Smith2020-02-121-0/+10
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-14/+14
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* Simplify openssl_dhparam mode fixbtm/MSYS-955_openssl_dhparam_mode_fixBryan McLellan2019-02-211-20/+11
* update property for existing filedheerajd-msys2019-02-211-4/+14
* test case addeddheerajd-msys2019-02-211-10/+10
* fix for resource properties updatedheerajd-msys2019-02-211-3/+1
* Allow Integers for all group / owner propertiesTim Smith2018-11-161-2/+2
* More resource description updatesTim Smith2018-11-071-1/+1
* openssl_*: Update property descriptions and remove extra nil typesTim Smith2018-08-311-4/+4
* Cleanup existing property descriptions to match the docsTim Smith2018-08-291-1/+1
* Add author / copyrights to the new openssl resourcesTim Smith2018-08-271-4/+1
* Remove declare_resource usageTim Smith2018-08-141-1/+1
* Add missing periods in descriptionsTim Smith2018-07-091-1/+1
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-0/+1
* Add description, validation_message, and introduced fields into openssl resou...openssl_fixTim Smith2018-02-211-12/+33
* Rename the OpenSSL mixin to avoid name conflictsTim Smith2018-01-221-2/+2
* Allow file to handle the OS specific valuesTim Smith2018-01-121-4/+6
* Add dhparam, rsa_private_key and rsa_public_key resourcesTim Smith2018-01-051-0/+57