By thomas, Fri, 05/22/2009 - 23:38
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" }
}