summaryrefslogtreecommitdiff
path: root/lib/chef/provider/apt_update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/apt_update.rb')
-rw-r--r--lib/chef/provider/apt_update.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/apt_update.rb b/lib/chef/provider/apt_update.rb
index 135bd64035..670f3ad7f6 100644
--- a/lib/chef/provider/apt_update.rb
+++ b/lib/chef/provider/apt_update.rb
@@ -23,8 +23,6 @@ require "chef/mixin/which"
class Chef
class Provider
class AptUpdate < Chef::Provider
- use_inline_resources
-
extend Chef::Mixin::Which
provides :apt_update do