Method: Chef::Provider::User::Linux#remove_user

Defined in:
lib/chef/provider/user/linux.rb

#remove_userObject



65
66
67
# File 'lib/chef/provider/user/linux.rb', line 65

def remove_user
  shell_out!("userdel", userdel_options, new_resource.username)
end