# File lib/chef/provider/group/groupadd.rb, line 87 def groupadd_options opts = '' opts << " -r" if @new_resource.system opts end