Files

Class/Module Index [+]

Quicksearch

Chef::Provider::User::Solaris

Constants

UNIVERSAL_OPTIONS

Attributes

password_file[W]

Public Class Methods

new(new_resource, run_context) click to toggle source
# File lib/chef/provider/user/solaris.rb, line 29
def initialize(new_resource, run_context)
  @password_file = "/etc/shadow"
  super
end

Public Instance Methods

create_user() click to toggle source
# File lib/chef/provider/user/solaris.rb, line 34
def create_user
  super
  manage_password
end
manage_user() click to toggle source
# File lib/chef/provider/user/solaris.rb, line 39
def manage_user
  manage_password
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.