summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/apt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/apt.rb')
-rw-r--r--lib/chef/provider/package/apt.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/package/apt.rb b/lib/chef/provider/package/apt.rb
index ac730202b8..73c03c4ff7 100644
--- a/lib/chef/provider/package/apt.rb
+++ b/lib/chef/provider/package/apt.rb
@@ -24,7 +24,6 @@ class Chef
class Provider
class Package
class Apt < Chef::Provider::Package
-
provides :package, platform_family: "debian"
provides :apt_package, os: "linux"
@@ -178,7 +177,6 @@ class Chef
def run_noninteractive(command)
shell_out_with_timeout!(command, :env => { "DEBIAN_FRONTEND" => "noninteractive", "LC_ALL" => nil })
end
-
end
end
end