summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_rsa_private_key.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow Integers for all group / owner propertiesTim Smith2018-11-161-2/+2
* More resource description updatesTim Smith2018-11-071-1/+1
* Add more validation_messages to propertiesvalidationsTim Smith2018-11-031-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-2/+2
* Add description fields to the openssl resourcesTim Smith2018-08-151-5/+1
* Remove declare_resource usageTim Smith2018-08-141-1/+1
* Add missing action descriptionsTim Smith2018-07-091-0/+2
* Set desired_state: false on several propertiesdesired_stateTim Smith2018-04-271-1/+1
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-2/+2
* More documentation updates for resourcesTim Smith2018-03-161-1/+1
* Updates from the reviewmisc_resourceTim Smith2018-03-041-1/+1
* Add more description fields, style fixes, add missing requiresTim Smith2018-03-041-1/+1
* Add description, validation_message, and introduced fields into openssl resou...openssl_fixTim Smith2018-02-211-15/+39
* 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
* Make the private key mode be 600 by defaultTim Smith2018-01-121-1/+1
* Add dhparam, rsa_private_key and rsa_public_key resourcesTim Smith2018-01-051-0/+67