Remove redundant variable and method
Fixes: 4d9d45b ("Drop EoL RHEL 6 support")
Merge pull request #372 from ekohl/further-cleanup
Remove now redundant variable and method
selinux_login: Get source from helper script
This commit adds the source of the login mapping to the helper script. Helper script comments are also updated, as well as some additional error checking added.
selinux_login: Set "title" in instances
This commit will correctly set the "title" property. Without this, when
using the Resources resource as below, an error will occur due to title
being absent.
resources {
'selinux_login':
purge => true
}selinux_login: Just use the login name as title
This allows for resources to be named consistently when the properties change.
selinux_login: Add sync to provider and type
This allows for the login configuration to be updated, and not just created and removed.
README: refer to metadata.json in the Requirements section
The "Puppet 5 or later" requirement went obsolete with commit 69988c1. Let's refer to the metadata rather than try to keep this section of the README up-to-date.
Merge pull request #364 from EmRowlands/selinux_login_fix
selinux::login: Miscellaneous fixes
Merge pull request #374 from voxpupuli/kenyon-patch-1
README: refer to metadata.json in the Requirements section
Merge pull request #373 from voxpupuli/modulesync
modulesync 7.0.0
Merge pull request #377 from voxpupuli/el
Add Rocky/AlmaLinux/OracleLinux support
Merge pull request #376 from voxpupuli/debian12
Add Debian 12 support