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

move copyright notice from manifests to updated Development section in README #158

Merged
merged 1 commit into from
Nov 6, 2018
Merged
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
8 changes: 0 additions & 8 deletions manifests/client.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 0 additions & 8 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 0 additions & 8 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions manifests/snmpv3_user.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down