From 67d8d0628879a07dae0f260881f3c9bc547ea421 Mon Sep 17 00:00:00 2001 From: Fabien COMBERNOUS Date: Mon, 5 Nov 2018 22:53:24 +0100 Subject: [PATCH] move copyright notice from manifests to updated Development section in README --- README.md | 9 ++++++++- manifests/client.pp | 8 -------- manifests/init.pp | 8 -------- manifests/params.pp | 8 -------- manifests/snmpv3_user.pp | 8 -------- 5 files changed, 8 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 3d232996..84a9a756 100644 --- a/README.md +++ b/README.md @@ -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 +### Authors + +* Mike Arnold +* Vox Pupuli Team +* List of contributors https://github.com/voxpupuli/puppet-snmp/graphs/contributors Licensed under the Apache License, Version 2.0. diff --git a/manifests/client.pp b/manifests/client.pp index 625d732a..e983ef2b 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -37,14 +37,6 @@ # snmp_config => [ 'defVersion 2c', 'defCommunity public', ], # } # -# === Authors: -# -# Mike Arnold -# -# === 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, diff --git a/manifests/init.pp b/manifests/init.pp index 5e510f3d..3d1abe29 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -290,14 +290,6 @@ # ], # } # -# === Authors: -# -# Mike Arnold -# -# === Copyright: -# -# Copyright (C) 2012 Mike Arnold, unless otherwise noted. -# class snmp ( Enum['present','absent'] $ensure = $snmp::params::ensure, $agentaddress = $snmp::params::agentaddress, diff --git a/manifests/params.pp b/manifests/params.pp index a20d0a9a..2ef6cd92 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -5,14 +5,6 @@ # the variable doesn't exist in top scope, it falls back to a hard coded default # value. # -# === Authors: -# -# Mike Arnold -# -# === Copyright: -# -# Copyright (C) 2012 Mike Arnold, unless otherwise noted. -# class snmp::params { $agentaddress = [ 'udp:127.0.0.1:161', 'udp6:[::1]:161' ] $master = false diff --git a/manifests/snmpv3_user.pp b/manifests/snmpv3_user.pp index ed8a3eb3..82509e2b 100644 --- a/manifests/snmpv3_user.pp +++ b/manifests/snmpv3_user.pp @@ -44,14 +44,6 @@ # privpass => '5678priv', # } # -# === Authors: -# -# Mike Arnold -# -# === Copyright: -# -# Copyright (C) 2012 Mike Arnold, unless otherwise noted. -# define snmp::snmpv3_user ( $authpass, Enum['SHA','MD5'] $authtype = 'SHA',