summaryrefslogtreecommitdiff
path: root/lib/chef/platform/provider_mapping.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-06-30 09:17:32 -0700
committersersut <serdar@opscode.com>2014-06-30 09:17:32 -0700
commit07302e6a577f52ad83fb2c8cb2c721316acfae52 (patch)
tree3eadd6e096529e9338637e1d0a355ae9d863024b /lib/chef/platform/provider_mapping.rb
parent330b407750403da21cd49b3845c384f37b872dbc (diff)
downloadchef-07302e6a577f52ad83fb2c8cb2c721316acfae52.tar.gz
Disable upstart provider on ubuntu >= 13.10.
Diffstat (limited to 'lib/chef/platform/provider_mapping.rb')
-rw-r--r--lib/chef/platform/provider_mapping.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/chef/platform/provider_mapping.rb b/lib/chef/platform/provider_mapping.rb
index e10b51e921..b7918a84af 100644
--- a/lib/chef/platform/provider_mapping.rb
+++ b/lib/chef/platform/provider_mapping.rb
@@ -70,10 +70,12 @@ class Chef
},
">= 11.10" => {
:ifconfig => Chef::Provider::Ifconfig::Debian
- },
- ">= 13.10" => {
- :service => Chef::Provider::Service::Upstart,
}
+ # Chef::Provider::Service::Upstart is a candidate to be used in
+ # ubuntu versions >= 13.10 but it currently requires all the
+ # services to have an entry under /etc/init. We need to update it
+ # to use the service ctl apis in order to migrate to using it on
+ # ubuntu >= 13.10.
},
:gcel => {
:default => {