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

Add missing dependency #93

Closed theosotr closed 4 years ago

theosotr commented 5 years ago

This commit adds a missing dependency between the installation of the package and the Exec[pam-auth-update] resource.

Specifically, the pam-auth-update command consumes certain files, such as, /usr/share/pam-configs/sss, and /usr/share/pam-configs/pwquality, that are produced by the installation of the corresponding package. Therefore, the parameter require should be added to the exec resource.

sgnl05 commented 4 years ago

Thanks! Sorry for being slow at merging..