Skip to content

Commit

Permalink
CHEF-2689: oracle enterprise linux platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamont Granquist authored and btm committed Mar 16, 2012
1 parent 0566cbe commit 103e9d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chef/lib/chef/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@ def platforms
:group => Chef::Provider::Group::Suse
}
},
:oracle => {
:default => {
:service => Chef::Provider::Service::Redhat,
:cron => Chef::Provider::Cron,
:package => Chef::Provider::Package::Yum,
:mdadm => Chef::Provider::Mdadm
}
},
:redhat => {
:default => {
:service => Chef::Provider::Service::Redhat,
Expand Down

0 comments on commit 103e9d8

Please sign in to comment.