Merge pull request #376 from voxpupuli/fail-socket
only accept socket_entry for socket units
Merge pull request #379 from lkck24/Add-more-security-options
Add more security related parameters to service
Merge pull request #371 from ekohl/dns-stub-listener-extra
Implement DNSStubListenerExtra for resolved.conf
Updated types to allow for % where appropriate
Merge pull request #383 from rgardner4012/use_percentage_in_journald_…
…settings (#382) Update types to allow for % where appropriate
Drop OracleLinux 7 from metadata.json
This module doesn't have OracleLinux 7 specific code. We enabled acceptance tests after OracleLinux 7 was added to metadata.json. We learned that the OracleLinux 7 repos are broken and we cannot test it. We are purging it from all modules.
Merge pull request #384 from bastelfreak/ol7
Drop OracleLinux 7 from metadata.json
Merge pull request #385 from bastelfreak/ol9
Add OracleLinux 9 support
Merge pull request #386 from bastelfreak/deb12
Add Debian 12 support
Merge pull request #387 from rgardner4012/revert-383-use_percentage_i…
…n_journald_settings Revert "(#382) Update types to allow for % where appropriate"
Add OS family to the Hiera hierarchy
Also adds the -family- part to distinguish the RedHat OS family from the RedHat (aka RHEL) OS.
Install systemd-networkd package, if any
On Red Hat systems networkd is packaged as systemd-networkd. In particular: * EL7 * EL8/EL9 shipped in EPEL * Fedora since 33
Merge pull request #380 from ekohl/systemd-networkd-package
Install systemd-networkd package, if any
In particular with Debian 11->12 systemd-resolved is now a sub package that must be installed.
Merge pull request #357 from traylenator/debian12
Support Debian 12