summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtimberman <joshua@opscode.com>2014-05-05 15:12:01 -0600
committerjtimberman <joshua@opscode.com>2014-05-05 15:12:01 -0600
commit6b2b1619596d32102a2548ba911a95cb98d2a866 (patch)
treec6096678a1668653ffe20c6fb20b005971861a8b
parenta81731b538b50a112712c463255bb52fa592ae68 (diff)
downloadchef-6b2b1619596d32102a2548ba911a95cb98d2a866.tar.gz
CHEF-5276, use upstart on ubuntu 13.10+
-rw-r--r--lib/chef/platform/provider_mapping.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/platform/provider_mapping.rb b/lib/chef/platform/provider_mapping.rb
index 596e2ea8c6..895d41cecc 100644
--- a/lib/chef/platform/provider_mapping.rb
+++ b/lib/chef/platform/provider_mapping.rb
@@ -72,6 +72,9 @@ class Chef
},
">= 11.10" => {
:ifconfig => Chef::Provider::Ifconfig::Debian
+ },
+ ">= 13.10" => {
+ :service => Chef::Provider::Service::Upstart,
}
},
:gcel => {