Release of 8.1.0
- Added the
gdm::dconf_dbparameter to make thedconfdatabase that GDM
settings are written to configurable. It defaults togdmto preserve the
module's historical behavior. Setting it to a database that common scanners
inspect (such aslocal,site, ordistro) aids DISA STIG remediation;
the GDM profile is updated to source the selected database automatically so
the login screen continues to inherit the settings. - Added the
gdm::key_val_separatorparameter to make the separator used for
settings written to/etc/gdm/custom.confconfigurable. It defaults to
=to preserve the historical output of thepuppetlabs/inifilemodule.
Setting it to=(no surrounding whitespace) satisfies strict scanner
checks such as the DISA STIG OVAL check forAutomaticLoginEnable.