ghoneycutt / puppet-module-pam

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

Include 'libpam-systemd' package on debian family systems. #164

Closed fbarbeira closed 5 years ago

fbarbeira commented 7 years ago

System and service manager. Systemd cries in the journald if it is not installed:

PAM unable to dlopen(pam_systemd.so): /lib/security/pam_systemd.so: cannot open shared object file: No such file or directory
PAM adding faulty module: pam_systemd.so

Info about package:

https://packages.ubuntu.com/xenial/libpam-systemd

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.