sgnl05 / sgnl05-sssd

Puppet module for SSSD
https://forge.puppet.com/sgnl05/sssd
GNU General Public License v3.0
17 stars 76 forks source link

Order of sssd.conf and authconfig-mkhomedir #111

Open ndelic0 opened 4 years ago

ndelic0 commented 4 years ago

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.