# File lib/chef/provider/group/groupadd.rb, line 43 def manage_group command = "groupmod" command << set_options run_command(:command => command) modify_group_members end