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
{{ message }}
This repository was archived by the owner on Nov 15, 2025. It is now read-only.
In the background authconfig utility will modify sssd.conf. Basically puppet will in next modify the contents of sssd.conf again. The way I see module should ensure that sssd service must only run after the authconfig command has set.
Is there a reason for ensuring that sssd.conf is configured before authconfig-mkhomedir Exec? https://github.com/sgnl05/sgnl05-sssd/blob/master/manifests/init.pp#L238
In the background authconfig utility will modify sssd.conf. Basically puppet will in next modify the contents of sssd.conf again. The way I see module should ensure that sssd service must only run after the authconfig command has set.