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