summaryrefslogtreecommitdiff
path: root/lib/chef/resources.rb
diff options
context:
space:
mode:
authorPrajaktaPurohit <prajakta@opscode.com>2012-11-20 14:38:05 -0800
committerLamont Granquist <lamont@opscode.com>2012-12-19 15:54:40 -0800
commita2a19ee3a85d5a266f2a2b91072612bfaa5b2dd8 (patch)
treeef87a866ff409bc48a6b044465fc439b5005e912 /lib/chef/resources.rb
parent473a466f567d6fafe321c8aaa26fd1bfc6fd083a (diff)
downloadchef-a2a19ee3a85d5a266f2a2b91072612bfaa5b2dd8.tar.gz
Creating the registry provider action_create method
Diffstat (limited to 'lib/chef/resources.rb')
-rw-r--r--lib/chef/resources.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resources.rb b/lib/chef/resources.rb
index f4212f1498..6dea46bfc9 100644
--- a/lib/chef/resources.rb
+++ b/lib/chef/resources.rb
@@ -50,6 +50,7 @@ require 'chef/resource/pacman_package'
require 'chef/resource/perl'
require 'chef/resource/portage_package'
require 'chef/resource/python'
+require 'chef/resource/registry_key'
require 'chef/resource/remote_directory'
require 'chef/resource/remote_file'
require 'chef/resource/rpm_package'