Remove support for systems that still use one sysconfig file for both daemons.
Systemd support for debian systems.
Tests cleanup / reorder.
Reorder parameters
modulesync 5.1.0
This change adds CentOS 9 and RHEL 9 to supported operating systems.
N/A
Instead of allowing undef
, plain strings or arrays of strings, just
allow arrays of strings. Parameters that previously defaulted to undef
now default to empty arrays.
This allows us to simplify the templates and we no longer have
Optional
parameters that have default values set. (ro_community
defaulting to 'public'
but allowing undef
didn't make much sense
previously.)
View-based Access Control Model (VACM) is still recommended, but
traditional access control is no longer deprecated.
<!--
Thank you for contributing to this project!
-->
<!--
Replace this comment with a description of your pull request.
-->
<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->
Allow the use of reload instead of restart as it causes false reboot events in Solarwinds Orion.
Fixes #264