theforeman / puppet-foreman

Puppet module for Foreman
GNU General Public License v3.0
104 stars 269 forks source link

Convert Apache IPA authentication template to EPP #1172

Open ekohl opened 1 month ago

ekohl commented 1 month ago

This moves the IPA authentication from 4 separate ERB files to a single EPP file. This gives better guarantees because of data types. It's also easier to maintain a single file that gives the complete overview of the feature.

It's moved to foreman::config::apache together with the inclusion of required modules. This does make the http_keytab variable a bit uglier.

The sssd service definition is moved to avoid duplication. The ipa_manage_sssd block already existed and now the service lives together with the config file management.