summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2014-09-19 14:44:13 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2014-09-19 14:44:13 -0700
commite7d3e2adf486131cfba78fc4eb7e31d1e36b7b0e (patch)
tree87450c0f1e85094ab75cdcf354072202ade9ee52 /lib/chef/providers.rb
parent5534b5d0f781188e0398d5b1ade7ceba568e4b45 (diff)
parente473325de679718ab0695d4d3177eeeef20dc994 (diff)
downloadchef-e7d3e2adf486131cfba78fc4eb7e31d1e36b7b0e.tar.gz
Merge pull request #2091 from opscode/platform/dsc-phase-1-rebase
dsc_script resource
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 1b0ff3ffff..dd384c90a6 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -24,6 +24,7 @@ require 'chef/provider/cron/solaris'
require 'chef/provider/cron/aix'
require 'chef/provider/deploy'
require 'chef/provider/directory'
+require 'chef/provider/dsc_script'
require 'chef/provider/env'
require 'chef/provider/erl_call'
require 'chef/provider/execute'