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