summaryrefslogtreecommitdiff
path: root/lib/chef/providers.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/providers.rb
parent473a466f567d6fafe321c8aaa26fd1bfc6fd083a (diff)
downloadchef-a2a19ee3a85d5a266f2a2b91072612bfaa5b2dd8.tar.gz
Creating the registry provider action_create method
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 568e06e253..be3f487ca3 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -100,3 +100,4 @@ require 'chef/provider/deploy/revision'
require 'chef/provider/deploy/timestamped'
require "chef/provider/lwrp_base"
+require 'chef/provider/registry_key'