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