GitHub puppet-snmp
Puppet module to manage Net-SNMP.

Repo Checks ( 19 of 28 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
passed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Redhat
No translation
passed
Supports Latest Redhat
No translation
passed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Oraclelinux
No translation
passed
Supports Latest Oraclelinux
No translation
failed
Supports Only Current Freebsd
No translation
passed
Supports Latest Freebsd
No translation
failed
Supports Only Current Sles
No translation
passed
Supports Latest Sles
No translation
failed
Supports Only Current Debian
No translation
failed
Supports Latest Debian
No translation
passed
Supports Only Current Ubuntu
No translation
passed
Supports Latest Ubuntu
No translation
failed
Supports Only Current Darwin
No translation
passed
Supports Latest Darwin
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
failed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

Debian(-ish) split sysconfig and systemd support
enhancement
merge-conflicts
tests-fail

Remove support for systems that still use one sysconfig file for both daemons.
Systemd support for debian systems.
Tests cleanup / reorder.
Reorder parameters

Open PR in GitHub
modulesync 5.1.0
modulesync

modulesync 5.1.0

Open PR in GitHub
Support CentOS 9 and RHEL 9

Pull Request (PR) description

This change adds CentOS 9 and RHEL 9 to supported operating systems.

This Pull Request (PR) fixes the following issues

N/A

Open PR in GitHub
fix for "error on subcontainer 'ia_addr' insert (-1)" messages in syslog
bug
tests-fail
merge-conflicts
WIP: Simpify traditional access control parameters
backwards-incompatible
merge-conflicts

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!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->

Open PR in GitHub
allow reloading config instead of restarting to reload it

Pull Request (PR) description

Allow the use of reload instead of restart as it causes false reboot events in Solarwinds Orion.

This Pull Request (PR) fixes the following issues

Fixes #264

Open PR in GitHub
update puppet-systemd upper bound to 8.0.0