Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update deprecation notice #161

Merged
merged 1 commit into from
Nov 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,21 @@ include snmp

#### Deprecation Warning

The classes `snmp::server` and `snmp::trapd` will be merged into class `snmp` in version 3.0.0 of this module. All of their class parameters will be made available in the `snmp` class.
##### Past module 3.x series

The parameter `install_client` has been renamed to `manage_client` in version 4.0.0 of this module.
* The classes `snmp::server` and `snmp::trapd` have been merged into class `snmp`. All of their class parameters available in the `snmp` class.

The parameters `ro_community`, `rw_community`, `ro_network`, and `rw_network` will be removed in version 4.0.0 of this module. The snmptrapd parameter name will become `authcommunity`.
##### Current module 4.x series

Support for Puppet 2.7 will be removed in version 4.0.0 of this module.
* The parameter `install_client` is renamed to `manage_client`.

* Support for Puppet < 4 is removed.

##### Future module 5.x series

* The parameters `ro_community`, `rw_community`, `ro_network`, and `rw_network` will be removed.

* The snmptrapd parameter name will become `authcommunity`.

## Usage

Expand Down