summaryrefslogtreecommitdiff
path: root/lib/chef/provider/yum_repository.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/yum_repository.rb')
-rw-r--r--lib/chef/provider/yum_repository.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/yum_repository.rb b/lib/chef/provider/yum_repository.rb
index bcba8e676d..a5d3c2bc39 100644
--- a/lib/chef/provider/yum_repository.rb
+++ b/lib/chef/provider/yum_repository.rb
@@ -26,8 +26,6 @@ require "chef/provider/noop"
class Chef
class Provider
class YumRepository < Chef::Provider
- use_inline_resources
-
extend Chef::Mixin::Which
provides :yum_repository do