diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-04 17:32:52 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-20 14:38:03 -0700 |
commit | 56020f7d7229802e6c21011330f92197bfcca399 (patch) | |
tree | 2affba95ada69b10b735854930a09767eb912cb4 /lib/chef/providers.rb | |
parent | b7676b756a5b19ec3641b6a05ddfbb17b5d02f8c (diff) | |
download | chef-56020f7d7229802e6c21011330f92197bfcca399.tar.gz |
Make things work
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index 796a0f8fa6..a5f5386de3 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -25,6 +25,7 @@ require 'chef/provider/cron/aix' require 'chef/provider/deploy' require 'chef/provider/directory' require 'chef/provider/dsc_script' +require 'chef/provider/dsc_resource' require 'chef/provider/env' require 'chef/provider/erl_call' require 'chef/provider/execute' |