# File lib/chef/provider/user/pw.rb, line 61 def lock_user run_command(:command => "pw lock #{@new_resource.username}") end