summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-12-18 12:24:49 -0800
committerdanielsdeleo <dan@opscode.com>2012-12-19 15:39:53 -0800
commit3927c163d868af1ee6d0865a7048b86b179c898d (patch)
tree27b9863bfdd91044b8cfc9067e30adc7d0f278bb /lib/chef/providers.rb
parent8acaa8fe1c52e34579bb78e2cf84a9fba44535ce (diff)
downloadchef-3927c163d868af1ee6d0865a7048b86b179c898d.tar.gz
Extract provider LWRP code to LWRPBase
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r--lib/chef/providers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb
index 36281abf6a..568e06e253 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -98,3 +98,5 @@ require 'chef/provider/mount/windows'
require 'chef/provider/deploy/revision'
require 'chef/provider/deploy/timestamped'
+
+require "chef/provider/lwrp_base"