Merge pull request #175 from voxpupuli/modulesync
modulesync 2.3.1
This module requires ensure::service, but ensure::service was not added until stdlib 4.22
Merge pull request #179 from thaylin/patch-1
Updated stdlib to 4.22.0
Merge pull request #177 from voxpupuli/modulesync
modulesync 2.5.1 and drop Puppet 4
Update puppetlabs/stdlib minimum version
Needed for newer types such as `Stdlib::IP::Address::V4::CIDR`.
Merge pull request #181 from ghoneycutt/data_in_module
Convert from params to data in module
Rewrite user creation to prevent quoting bug (fixes #173)
This change replaces the exec resource to update the config file with the SNMPv3 user name with a file_line resource.
Merge pull request #176 from smoeding/fix/shell-quotes
Rewrite user creation to prevent quoting bug (fixes #173)
Mark snmp::snmpv3_usm_hash as private
The `REFERENCE.md` docs for the function had lots of truncated lines. I think this function is private. By marking `@api private`, `REFERENCE.md` is cleaner. Fixes #185
Merge pull request #186 from alexjfisher/issue_185
Mark `snmp::snmpv3_usm_hash` as private
Merge pull request #195 from voxpupuli/modulesync
modulesync 2.8.0
Merge pull request #200 from Dan33l/drop-bsd
drop EOL FreeBSD and OpenBSD
Merge pull request #201 from Dan33l/clean-up-hiera-data
remove BSD from hiera data
Simplify code that avoids a duplicate resource.
Merge pull request #203 from pillarsdotnet/patch-1
Install client only when required to avoids potential duplicate resource.
Merge pull request #202 from pillarsdotnet/master
Allow puppetlabs/stdlib 6.x
Merge pull request #204 from blackknight36/service_cmd_fix
Set snmpd stop command based on the node's default service provider
Merge pull request #208 from bastelfreak/ubuntu
drop Ubuntu 14.04 support
Merge pull request #209 from dhoppe/remove_duplicate
Remove duplicate CONTRIBUTING.md file