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 0345445fbe..c6c4a7580c 100644
--- a/lib/chef/platform.rb
+++ b/lib/chef/platform.rb
@@ -27,6 +27,7 @@ class Chef
:ubuntu => {
:default => {
:package => Chef::Provider::Apt,
+ :service => Chef::Provider::Debian,
}
},
:centos => {},
@@ -43,6 +44,7 @@ class Chef
:sysctl => Chef::Provider::Sysctl,
:execute => Chef::Provider::Execute,
:script => Chef::Provider::Script,
+ :service => Chef::Provider::Init,
:perl => Chef::Provider::Script,
:python => Chef::Provider::Script,
:ruby => Chef::Provider::Script,
@@ -190,4 +192,4 @@ class Chef
end
end
-end \ No newline at end of file
+end