# File lib/chef/provider/user/pw.rb, line 31 def create_user command = "pw useradd" command << set_options run_command(:command => command) modify_password end