[sys::pam] Managing access.conf without pam.d/sshd
I would like to use sys::pam
to manage /etc/security/access.conf
wihtout managing /etc/pam.d/sshd
(on a machine that has sshd installed. But the sshd config should not be managed by sys::*
yet).
Setting node['sys']['pam']['access']
should be enough for this, right?
But it looks like this is not the case. That will probably already update the pam.d/ssh config.
Before 6566c77f there was a check on node['sys']['pamd']['sshd']
. But this is gone.
Please advice on getting access.conf manag