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

Migrate stuff to Vox Pupuli; Drop Puppet 2/3 support; require stdlib 4.13.1 or newer #135

Merged
merged 6 commits into from
Sep 14, 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
10 changes: 5 additions & 5 deletions README.markdown → README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Net-SNMP

[![Build Status](https://secure.travis-ci.org/razorsedge/puppet-snmp.png?branch=master)](http://travis-ci.org/razorsedge/puppet-snmp)
[![Build Status](https://travis-ci.org/voxpupuli/puppet-snmp.svg?branch=master)](https://travis-ci.org/voxpupuli/puppet-snmp)
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/snmp.svg)](https://forge.puppetlabs.com/puppet/snmp)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/snmp.svg)](https://forge.puppetlabs.com/puppet/snmp)
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/snmp.svg)](https://forge.puppetlabs.com/puppet/snmp)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/snmp.svg)](https://forge.puppetlabs.com/puppet/snmp)

#### Table of Contents

Expand Down Expand Up @@ -559,7 +563,3 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md) for information on how to contribu
Copyright (C) 2012 Mike Arnold <mike@razorsedge.org>

Licensed under the Apache License, Version 2.0.

[razorsedge/puppet-snmp on GitHub](https://github.com/razorsedge/puppet-snmp)

[razorsedge/snmp on Puppet Forge](https://forge.puppetlabs.com/razorsedge/snmp)
52 changes: 37 additions & 15 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,79 @@
{
"name": "razorsedge-snmp",
"name": "puppet-snmp",
"version": "3.9.0",
"author": "razorsedge",
"author": "Vox Pupuli",
"summary": "Simple Network Management Protocol is for monitoring network and computer equipment. Net-SNMP implements v1, v2c, and v3 on both IPv4 and IPv6.",
"license": "Apache-2.0",
"project_page": "https://github.com/razorsedge/puppet-snmp",
"issues_url": "https://github.com/razorsedge/puppet-snmp/issues",
"source": "https://github.com/razorsedge/puppet-snmp.git",
"project_page": "https://github.com/voxpupuli/puppet-snmp",
"issues_url": "https://github.com/voxpupuli/puppet-snmp/issues",
"source": "https://github.com/voxpupuli/puppet-snmp.git",
"tags": [ "snmp", "net-snmp", "monitoring" ],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=2.3.0 <5.0.0"
"version_requirement": ">= 4.13.1 < 6.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "5", "6", "7" ]
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [ "9.2", "10.0" ]
"operatingsystemrelease": [
"9.2",
"10.0"
]
},
{
"operatingsystem": "OpenBSD",
"operatingsystemrelease": [ "5.9" ]
"operatingsystemrelease": [
"5.9"
]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [ "11 SP1" ]
"operatingsystemrelease": [
"11 SP1"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7", "8", "9" ]
"operatingsystemrelease": [
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04", "16.04" ]
"operatingsystemrelease": [
"14.04",
"16.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <5.0.0"
"version_requirement": ">= 4.10.0 < 6.0.0"
}
]
}