summaryrefslogtreecommitdiff
path: root/lib/chef/providers.rb
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2013-11-21 14:10:16 -0800
committerPhil Dibowitz <phil@ipom.com>2013-11-21 14:10:16 -0800
commit05aa115ac5e8accb20888cbd2c3d682284024c5c (patch)
tree2d563c33c3aaa70f98c46ffc3a05b4468babe15e /lib/chef/providers.rb
parent12258c744290c58fc72036a486b4df8adb2886d6 (diff)
downloadchef-05aa115ac5e8accb20888cbd2c3d682284024c5c.tar.gz
[CHEF-4110] Add whyrun_safe_ruby_block 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 50099e8afc..6cfd12827a 100644
--- a/lib/chef/providers.rb
+++ b/lib/chef/providers.rb
@@ -48,6 +48,7 @@ require 'chef/provider/service'
require 'chef/provider/subversion'
require 'chef/provider/template'
require 'chef/provider/user'
+require 'chef/provider/whyrun_safe_ruby_block'
require 'chef/provider/env/windows'