Skip to content

Commit

Permalink
[CHEF-1767] add default group provider for aix platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dougm authored and danielsdeleo committed Mar 18, 2011
1 parent 6bc88e5 commit c65ebc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chef/lib/chef/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ def platforms
:group => Chef::Provider::Group::Usermod
}
},
:aix => {
:default => {
:group => Chef::Provider::Group::Aix
}
},
:default => {
:file => Chef::Provider::File,
:directory => Chef::Provider::Directory,
Expand Down

0 comments on commit c65ebc0

Please sign in to comment.