Method: Chef::Provider::User::Linux#remove_user
- Defined in:
- lib/chef/provider/user/linux.rb
#remove_user ⇒ Object
65 66 67 |
# File 'lib/chef/provider/user/linux.rb', line 65 def remove_user shell_out!("userdel", , new_resource.username) end |