Method: Chef::Provider::User::Linux#create_user
- Defined in:
- lib/chef/provider/user/linux.rb
#create_user ⇒ Object
52 53 54 |
# File 'lib/chef/provider/user/linux.rb', line 52 def create_user shell_out!("useradd", , , new_resource.username) end |