summaryrefslogtreecommitdiff
path: root/lib/chef/resource/registry_key.rb
Commit message (Expand)AuthorAgeFilesLines
* Use SHA256 instead for registry_key when data is not displayableJay Mundrawala2015-10-021-1/+1
* Merge pull request #3145 from veetow/patch-1Lamont Granquist2015-08-181-1/+1
|\
| * Update registry_key.rbveetow2015-03-251-1/+1
* | Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
* | Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+3
* | Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* | Make resource_name call providesJohn Keiser2015-06-011-1/+1
* | Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* | Add "provides" to all resourcesJohn Keiser2015-05-131-0/+1
|/
* add comment for future fixCHEF-5323Claire McQuin2014-06-091-0/+29
* convert data to string before checksummingClaire McQuin2014-06-051-1/+1
* send md5 checksummed registry key if data type is binary/dword/qwordClaire McQuin2014-06-051-3/+33
* values default should be empty array instead of nilLamont Granquist2012-12-191-0/+1
* Deleting comments, pp statements etc.PrajaktaPurohit2012-12-191-1/+1
* Correcting the author and copyright informationPrajaktaPurohit2012-12-191-5/+2
* Making the resource registry values check stricterPrajaktaPurohit2012-12-191-0/+2
* unit tests for regkey resourceLamont Granquist2012-12-191-5/+19
* fixes to regkey resourceLamont Granquist2012-12-191-6/+4
* make default action :createLamont Granquist2012-12-191-1/+1
* Setting up the resource and providersPrajaktaPurohit2012-12-191-2/+2
* Adding the registry provider and resourcePrajaktaPurohit2012-12-191-0/+74