You are hereusing puppet / outline / manifests / auth.pp

auth.pp


By thomas - Posted on 22 May 2009

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" }
}