ghoneycutt / puppet-module-pam

Puppet module to manage PAM
Other
18 stars 79 forks source link

Adding a define that manages generic access files for other services … #185

Closed pelacables closed 5 years ago

pelacables commented 6 years ago

…than access

In case you want custom access files for other services: /etc/pam.d/postgresql content : [...] account required pam_access.so accessfile=/etc/security/postgresql_access.conf [...] this define lets you create the access file.

ghoneycutt commented 5 years ago

We have done a major version upgrade to support Puppet 5 and 6. This involves the transition to hiera data in modules, acceptance testing, type validation in parameters and more.

Your contribution is greatly appreciated! Please check it out the new version 3 and re-open if needed.