Releases: simp/pupmod-simp-simp_snmpd
Releases · simp/pupmod-simp-simp_snmpd
Release of 1.7.0
Release of 1.7.0
- [puppetsync] Update module dependencies to support simp-iptables 7.x
Release of 1.6.0
Release of 1.6.0
- [puppetsync] Update metadata upper bounds for puppet-nsswitch, puppet-gitlab, puppet-snmp, simp-pam, and simp-useradd
Release of 1.4.0
Release of 1.4.0
- [puppetsync] Updates for Puppet 8
- These updates may include the following:
- Update Gemfile
- Add support for Puppet 8
- Drop support for Puppet 6
- Update module dependencies
- These updates may include the following:
Release of 1.2.0
- Add RockyLinux 8 support
Release of 1.1.1
Fixed:
- Expanded puppet/snmp dependency range to < 7.0.0
Release of 1.1.0
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
Release of 1.0.1
- Expanded simp/rsyslog dependendency range to < 9.0.0.
- Removed EL6 support
Release of 1.0.0
* Fri Oct 30 2020 Jeanne Greulich <[email protected]> - 1.0.0-0 - This module was updated to use puppet-snmp v5.1.2 and work on EL8 with simp 6.5. - The user configuration directories for snmpd are not included by default. To include and create these directories set simp_snmpd::include_userdir to true. - Parameters to allow the user to change the owner, group and permissions of the snmp configuration directories and files have been added. - The default security level for VACM access directives was changed to simp_snmpd::defvacmlevel from simp_snmpd::defsecuritylevel. simp_snmpd::defsecuritylevel was used to set both the client and VACM levels but this did not work correctly because the client uses different values. Use simp_snmpd::defvacmlevel to change the default security level of the VACM access statements. (The default has not changed, it is still 'priv'.) - simp_snmpd::services was changed from a String to an Integer to be compatible with the new module. - The permissions on the mib and dlmod dirs are set using basic group settings instead of acls. - The default options for the snmpd daemon for el6 were updated to include setting the pid file. Without this restarting the daemon in el6 failed.
Release of 0.2.1
* Thu Jul 23 2020 Jeanne Greulich <[email protected]> - 0.2.1-0 - update the upper bound of simplib for SIMP 6.5 release
Release of 0.2.0
* Fri Aug 02 2019 Robert Vincent <[email protected]> - 0.2.0-0 - Drop Puppet 4 support - Add Puppet 6 support - Add puppetlabs-stdlib 6 support