# File lib/puppet/provider/user/useradd.rb, line 90 90: def password_max_age 91: if Puppet.features.libshadow? 92: if ent = Shadow::Passwd.getspnam(@resource.name) 93: return ent.sp_max 94: end 95: end 96: :absent 97: end