Skip to content

Commit

Permalink
move copyright notice from manifests to updated Development section i…
Browse files Browse the repository at this point in the history
…n README
  • Loading branch information
Dan33l committed Nov 5, 2018
1 parent cea5d52 commit a088101
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 33 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,15 @@ Net-SNMP module support is available with these operating systems:

## Development

This module is Please see [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribute.
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 <mike@razorsedge.org>
### Authors

* Mike Arnold <mike@razorsedge.org>
* Vox Pupuli Team
* List of contributors https://github.com/danquack/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 <mike@razorsedge.org>
#
# === 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 <mike@razorsedge.org>
#
# === 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 <mike@razorsedge.org>
#
# === 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 <mike@razorsedge.org>
#
# === Copyright:
#
# Copyright (C) 2012 Mike Arnold, unless otherwise noted.
#
define snmp::snmpv3_user (
$authpass,
Enum['SHA','MD5'] $authtype = 'SHA',
Expand Down

0 comments on commit a088101

Please sign in to comment.