Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
Support ubuntu 14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravil Bayramgalin committed Dec 9, 2014
1 parent 7053122 commit 725d5b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
provider Chef::Provider::Service::Systemd
when 'ubuntu'
if node['platform_version'].to_f >= 9.10
if node['platform_version'].to_f >= 14.10
service_name 'procps-instance'
end
provider Chef::Provider::Service::Upstart
end
end
Expand Down

0 comments on commit 725d5b4

Please sign in to comment.