Skip to content

Commit

Permalink
Merge branch 'chef-zypper' of git@github.com:mgiammarco/chef into che…
Browse files Browse the repository at this point in the history
…f-zypper
  • Loading branch information
Mario Giammarco committed Nov 2, 2009
2 parents 401cae9 + f58d57b commit 5e3d352
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chef/lib/chef/platform.rb
Expand Up @@ -66,6 +66,13 @@ class Platform
},
:suse => {
:default => {
# :service => Chef::Provider::Service::Zypper,
:cron => Chef::Provider::Cron,
:package => Chef::Provider::Package::Zypper
}
},
:suse => {
:default => {
# :service => Chef::Provider::Service::Zypper,
:cron => Chef::Provider::Cron,
:package => Chef::Provider::Package::Zypper
Expand Down

0 comments on commit 5e3d352

Please sign in to comment.