# File lib/chef/provider/user/useradd.rb, line 119 def useradd_options opts = '' opts << " -m" if updating_home? && managing_home_dir? opts << " -r" if @new_resource.system opts end