Skip to content

Commit

Permalink
Disable upstart provider on ubuntu >= 13.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
sersut committed Jun 30, 2014
1 parent 330b407 commit 07302e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/chef/platform/provider_mapping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@ def platforms
},
">= 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 => {
Expand Down

0 comments on commit 07302e6

Please sign in to comment.