Skip to content

Commit

Permalink
Merge branch 'CHEF-1613'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Aug 27, 2010
2 parents 6ca6265 + 653a010 commit eae456a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chef/lib/chef/platform.rb
Expand Up @@ -151,7 +151,8 @@ def platforms
:default => {
:service => Chef::Provider::Service::Solaris,
:package => Chef::Provider::Package::Solaris,
:cron => Chef::Provider::Cron::Solaris
:cron => Chef::Provider::Cron::Solaris,
:group => Chef::Provider::Group::Usermod
}
},
:default => {
Expand Down

0 comments on commit eae456a

Please sign in to comment.