summaryrefslogtreecommitdiff
path: root/lib/chef/resources.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-12-09 11:54:53 -0800
committerJohn Keiser <john@johnkeiser.com>2015-12-09 13:02:18 -0800
commit010392858c2a3a036578b681085704ed1971ab21 (patch)
tree753775621a9f4a395aaa2c8fde8af5e4444f9c99 /lib/chef/resources.rb
parent7159ea473ce08c0483e9597af5b4d2ef1996dc36 (diff)
downloadchef-010392858c2a3a036578b681085704ed1971ab21.tar.gz
Don't activate cheffish and chef-provisioning until its DSL is usedjk/lazy-activation
Diffstat (limited to 'lib/chef/resources.rb')
-rw-r--r--lib/chef/resources.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/chef/resources.rb b/lib/chef/resources.rb
index 70cb40f8db..6db0fc9d8d 100644
--- a/lib/chef/resources.rb
+++ b/lib/chef/resources.rb
@@ -82,10 +82,3 @@ require 'chef/resource/yum_package'
require 'chef/resource/lwrp_base'
require 'chef/resource/bff_package'
require 'chef/resource/zypper_package'
-
-begin
- # Optional resources chef_node, chef_client, machine, machine_image, etc.
- require 'cheffish'
- require 'chef/provisioning'
-rescue LoadError
-end