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