class auth {
# ldap
remotefile { "/etc/ldap.conf": mode => 644, cls => "auth" }
remotefile { "/etc/openldap/ldap.conf": mode => 644, cls => "auth" }
# ns
remotefile { "/etc/nsswitch.conf": mode => 644, cls => "auth" }
# pam
remotefile { "/etc/pam.d/system-auth": mode => 644, cls => "auth" }
}