summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_x509_request.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-19/+19
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* Make sure openssl resources properly use the name_propertyopensslTim Smith2019-01-161-1/+1
* Allow Integers for all group / owner propertiesTim Smith2018-11-161-2/+2
* More resource description updatesTim Smith2018-11-071-1/+1
* Make all Chef 14 preview resources into full resourcesTim Smith2018-10-261-1/+0
* openssl_*: Update property descriptions and remove extra nil typesTim Smith2018-08-311-2/+2
* Cleanup existing property descriptions to match the docsTim Smith2018-08-291-5/+5
* Add author / copyrights to the new openssl resourcesTim Smith2018-08-271-0/+2
* Remove mode defaults from x509_certificate / x509_requestTim Smith2018-08-241-4/+4
* Add specs for the x509_cert and x509_request resourcesopenssl_new_stuffTim Smith2018-08-161-1/+1
* Add description fields to the openssl resourcesTim Smith2018-08-151-12/+17
* Set the new resources as preview resources and remove nil user/groupTim Smith2018-08-151-3/+3
* Add new openssl_* resourcesTim Smith2018-08-141-0/+144