-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move copyright notice from manifests to updated Development section i…
…n README
- Loading branch information
Showing
5 changed files
with
7 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -559,8 +559,14 @@ Net-SNMP module support is available with these operating systems: | |
|
||
## Development | ||
|
||
This module is maintained by [Vox Pupuli](https://voxpupuli.org/). Voxpupuli welcomes new contributions to this module. We are happy to provide guidance if necessary. | ||
|
||
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute. | ||
|
||
Copyright (C) 2012 Mike Arnold <[email protected]> | ||
### Authors | ||
|
||
* Mike Arnold <[email protected]> | ||
* Vox Pupuli Team | ||
* List of contributors https://github.com/voxpupuli/puppet-snmp/graphs/contributors | ||
|
||
Licensed under the Apache License, Version 2.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,14 +37,6 @@ | |
# snmp_config => [ 'defVersion 2c', 'defCommunity public', ], | ||
# } | ||
# | ||
# === Authors: | ||
# | ||
# Mike Arnold <[email protected]> | ||
# | ||
# === Copyright: | ||
# | ||
# Copyright (C) 2012 Mike Arnold, unless otherwise noted. | ||
# | ||
class snmp::client ( | ||
$snmp_config = $snmp::params::snmp_config, | ||
Enum['present', 'absent'] $ensure = $snmp::params::ensure, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -290,14 +290,6 @@ | |
# ], | ||
# } | ||
# | ||
# === Authors: | ||
# | ||
# Mike Arnold <[email protected]> | ||
# | ||
# === Copyright: | ||
# | ||
# Copyright (C) 2012 Mike Arnold, unless otherwise noted. | ||
# | ||
class snmp ( | ||
Enum['present','absent'] $ensure = $snmp::params::ensure, | ||
$agentaddress = $snmp::params::agentaddress, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,6 @@ | |
# the variable doesn't exist in top scope, it falls back to a hard coded default | ||
# value. | ||
# | ||
# === Authors: | ||
# | ||
# Mike Arnold <[email protected]> | ||
# | ||
# === Copyright: | ||
# | ||
# Copyright (C) 2012 Mike Arnold, unless otherwise noted. | ||
# | ||
class snmp::params { | ||
$agentaddress = [ 'udp:127.0.0.1:161', 'udp6:[::1]:161' ] | ||
$master = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,14 +44,6 @@ | |
# privpass => '5678priv', | ||
# } | ||
# | ||
# === Authors: | ||
# | ||
# Mike Arnold <[email protected]> | ||
# | ||
# === Copyright: | ||
# | ||
# Copyright (C) 2012 Mike Arnold, unless otherwise noted. | ||
# | ||
define snmp::snmpv3_user ( | ||
$authpass, | ||
Enum['SHA','MD5'] $authtype = 'SHA', | ||
|