Skip to content

Commit

Permalink
[CHEF-1767] append_flags for aix
Browse files Browse the repository at this point in the history
  • Loading branch information
dougm authored and danielsdeleo committed Mar 18, 2011
1 parent 02ea5c0 commit 97bfda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/lib/chef/provider/group/usermod.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def load_current_resource

def modify_group_members
case node[:platform]
when "openbsd", "netbsd"
when "openbsd", "netbsd", "aix"
append_flags = "-G"
when "solaris"
append_flags = "-a -G"
Expand Down

0 comments on commit 97bfda6

Please sign in to comment.