Skip to content

Releases: simp/pupmod-simp-simp_snmpd

Release of 1.7.0

16 Sep 19:25
0400011
Compare
Choose a tag to compare

Release of 1.7.0

  • [puppetsync] Update module dependencies to support simp-iptables 7.x

Release of 1.6.0

08 Feb 18:06
e25f8bd
Compare
Choose a tag to compare

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

12 Oct 17:38
261e802
Compare
Choose a tag to compare

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

Release of 1.2.0

01 Aug 14:13
66db850
Compare
Choose a tag to compare
  • Add RockyLinux 8 support

Release of 1.1.1

30 Jun 21:47
c95f6bf
Compare
Choose a tag to compare

Fixed:

  • Expanded puppet/snmp dependency range to < 7.0.0

Release of 1.1.0

12 Jul 15:27
7f82a01
Compare
Choose a tag to compare
  • Removed support for Puppet 5
  • Ensured support for Puppet 7 in requirements and stdlib

Release of 1.0.1

18 May 19:15
1db1da8
Compare
Choose a tag to compare
  • Expanded simp/rsyslog dependendency range to < 9.0.0.
  • Removed EL6 support

Release of 1.0.0

04 Nov 20:49
049434e
Compare
Choose a tag to compare
* 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

28 Jul 19:35
3a51c02
Compare
Choose a tag to compare
* 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

23 Jul 16:06
11d796f
Compare
Choose a tag to compare
* 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