summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_rsa_public_key.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-9/+9
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* Allow Integers for all group / owner propertiesTim Smith2018-11-161-2/+2
* More resource description updatesTim Smith2018-11-071-1/+1
* Update description fields from the docs sitedescriptionsTim Smith2018-10-261-3/+3
* 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-3/+3
* Add description fields to the openssl resourcesTim Smith2018-08-151-1/+1
* Remove declare_resource usageTim Smith2018-08-141-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-10/+27
* 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/+54