You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default Puppet doesn't follow symlinks when updating files so with /etc/pam.d/system-auth being a symlink to /etc/pam.d/system-auth-ac it wasn't being updated. Added 'links => follow' and this now works as expected.
0 commit comments