Chef::Provider::User::Useradd
# File lib/chef/provider/user/solaris.rb, line 27 def initialize(new_resource, run_context) @password_file = "/etc/shadow" super end
# File lib/chef/provider/user/solaris.rb, line 32 def create_user super manage_password end
# File lib/chef/provider/user/solaris.rb, line 37 def manage_user manage_password super end
[Validate]
Generated with the Darkfish Rdoc Generator 2.