summaryrefslogtreecommitdiff
path: root/lib/chef/platform.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/platform.rb')
-rw-r--r--lib/chef/platform.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/chef/platform.rb b/lib/chef/platform.rb
index 3e8bb6809c..0153841da5 100644
--- a/lib/chef/platform.rb
+++ b/lib/chef/platform.rb
@@ -24,7 +24,9 @@ class Chef
@platforms = {
:mac_os_x => {},
- :ubuntu => {},
+ :ubuntu => {
+ :package => Chef::Provider::Apt,
+ },
:centos => {},
:redhat => {},
:gentoo => {},