summaryrefslogtreecommitdiff
path: root/lib/chef/provider/registry_key.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix the registry_key resource so the correct value is set when sensitive is trueJosh Barker2018-10-241-6/+15
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-4/+4
* Suppress key data value if sensitive (fixes #5695)Stephen Hoekstra2018-02-151-4/+16
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-4/+0
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-39/+39
* Allow deletion of registry_key without the need for users to pass type and da...aliasgar162016-09-301-2/+26
* Updated code to fix idompotent issue for some registry typesdheerajd-msys2016-09-131-0/+3
* Fix typo in whyrun messageMichael Pereira2016-03-081-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-9/+9
* changed the registry_key provider to scan collected registry keys with downca...JKerry2015-06-261-5/+5
* Add `provides` to remaining provider resourcesJohn Keiser2015-05-131-0/+2
* whitespaces fixesLamont Granquist2015-02-181-2/+2
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* send md5 checksummed registry key if data type is binary/dword/qwordClaire McQuin2014-06-051-5/+4
* fixing action_create idempotency issueLamont Granquist2012-12-191-2/+11
* removing check for bad typesLamont Granquist2012-12-191-8/+0
* Using Chef::Platform to check for windows platformPrajaktaPurohit2012-12-191-1/+1
* Correcting the author and copyright informationPrajaktaPurohit2012-12-191-4/+1
* Removing the resource validation from load_current_resource, it will be done ...PrajaktaPurohit2012-12-191-17/+1
* Registry key fixesPrajaktaPurohit2012-12-191-4/+5
* Adding reporting spec tests and some minor fixesPrajaktaPurohit2012-12-191-1/+0
* adding check for running on non-windowsLamont Granquist2012-12-191-0/+7
* Adding whyrun support to the registry providerPrajaktaPurohit2012-12-191-21/+56
* Implementing create_if_missing, delete and delete_key actions in the registry...PrajaktaPurohit2012-12-191-76/+25
* Fixing action create provider implementationPrajaktaPurohit2012-12-191-9/+5
* Changing provider calls as per registry helper changesPrajaktaPurohit2012-12-191-1/+1
* Fixing load_Current_ResourcePrajaktaPurohit2012-12-191-2/+9
* Setting up the resource and providersPrajaktaPurohit2012-12-191-7/+7
* Adding the registry provider and resourcePrajaktaPurohit2012-12-191-0/+180