# File lib/puppet/provider/user/user_role_add.rb, line 159 159: def password_min_age 160: shadow_entry ? shadow_entry[3] : :absent 161: end