summaryrefslogtreecommitdiff
path: root/lib/chef/provider.rb
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-03-22 07:47:03 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-03-22 07:47:03 -0700
commitc3470696029d86dd5ca9eb4880f69c5d7261c6bd (patch)
tree615a9c2e9e9dc7ce3f2fa367879335d1c8d0835f /lib/chef/provider.rb
parent585347304b926228fc4e3c67c4a1941207695421 (diff)
parent83f692967c50cbca1bb25f89d11923de8c4058be (diff)
downloadchef-c3470696029d86dd5ca9eb4880f69c5d7261c6bd.tar.gz
Merge pull request #4732 from chef/lcg/use-inline-resources-core
allow use_inline_resources for core chef providers
Diffstat (limited to 'lib/chef/provider.rb')
-rw-r--r--lib/chef/provider.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/provider.rb b/lib/chef/provider.rb
index cef95a4db8..ebabb7b9eb 100644
--- a/lib/chef/provider.rb
+++ b/lib/chef/provider.rb
@@ -390,9 +390,6 @@ class Chef
end
end
end
-
- require "chef/dsl/recipe"
- include Chef::DSL::Recipe
end
protected