Skip to content

Commit 8e19f52

Browse files
author
William Yardley
committed
update metadata and README in prep for release
1 parent 09ae0f6 commit 8e19f52

5 files changed

Lines changed: 24 additions & 285 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 217 deletions
This file was deleted.

MAINTAINERS.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

NOTICE

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 17 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# mongodb puppet module
22

3-
[![Build Status](https://travis-ci.org/puppetlabs/puppetlabs-mongodb.png?branch=master)](https://travis-ci.org/puppetlabs/puppetlabs-mongodb)
3+
[![License](https://img.shields.io/github/license/voxpupuli/puppet-mongodb.svg)](https://github.com/voxpupuli/puppet-mongodb/blob/master/LICENSE)
4+
[![Build Status](https://travis-ci.org/voxpupuli/puppet-mongodb.svg?branch=master)](https://travis-ci.org/voxpupuli/puppet-mongodb)
5+
[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-mongodb/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-mongodb)
6+
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/mongodb.svg)](https://forge.puppetlabs.com/puppet/mongodb)
7+
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/mongodb.svg)](https://forge.puppetlabs.com/puppet/mongodb)
8+
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/mongodb.svg)](https://forge.puppetlabs.com/puppet/mongodb)
9+
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/mongodb.svg)](https://forge.puppetlabs.com/puppet/mongodb)
410

511
#### Table of Contents
612

@@ -728,7 +734,7 @@ This module has been tested on:
728734
* RHEL 5/6/7
729735
* CentOS 5/6/7
730736

731-
For a full list of tested operating systems please have a look at the [.nodeset.xml](https://github.com/puppetlabs/puppetlabs-mongodb/blob/master/.nodeset.yml) definition.
737+
For a full list of tested operating systems please have a look at the [.nodeset.xml](https://github.com/voxpupuli/puppet-mongodb/blob/master/.nodeset.yml) definition.
732738

733739
This module should support `service_ensure` separate from the `ensure` value on `Class[mongodb::server]` but it does not yet.
734740

@@ -738,47 +744,18 @@ While this module supports both 1.x and 2.x versions of the puppetlabs-apt modul
738744

739745
## Development
740746

741-
Puppet Labs modules on the Puppet Forge are open projects, and community
742-
contributions are essential for keeping them great. We can’t access the
743-
huge number of platforms and myriad of hardware, software, and deployment
744-
configurations that Puppet is intended to serve.
747+
This module is maintained by [Vox Pupuli](https://voxpupuli.org/). Voxpupuli
748+
welcomes new contributions to this module, especially those that include
749+
documentation and rspec tests. We are happy to provide guidance if necessary.
745750

746-
We want to keep it as easy as possible to contribute changes so that our
747-
modules work in your environment. There are a few guidelines that we need
748-
contributors to follow so that we can have a chance of keeping on top of things.
749-
750-
You can read the complete module contribution guide [on the Puppet Labs wiki.](http://projects.puppetlabs.com/projects/module-site/wiki/Module_contributing)
751-
752-
### Testing
753-
754-
There are two types of tests distributed with this module. Unit tests with
755-
rspec-puppet and system tests using rspec-system.
756-
757-
758-
unit tests should be run under Bundler with the gem versions as specified
759-
in the Gemfile. To install the necessary gems:
760-
761-
bundle install --path=vendor
762-
763-
Test setup and teardown is handled with rake tasks, so the
764-
supported way of running tests is with
765-
766-
bundle exec rake spec
767-
768-
769-
For system test you will also need to install vagrant > 1.3.x and virtualbox > 4.2.10.
770-
To run the system tests
771-
772-
bundle exec rake spec:system
773-
774-
To run the tests on different operating systems, see the sets available in [.nodeset.xml](https://github.com/puppetlabs/puppetlabs-mongodb/blob/master/.nodeset.yml)
775-
and run the specific set with the following syntax:
776-
777-
RSPEC_SET=ubuntu-server-12042-x64 bundle exec rake spec:system
751+
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for more details.
778752

779753
### Authors
780754

755+
* Puppetlabs Module Team
756+
* Voxpupuli Team
757+
781758
We would like to thank everyone who has contributed issues and pull requests to this module.
782759
A complete list of contributors can be found on the
783-
[GitHub Contributor Graph](https://github.com/puppetlabs/puppetlabs-mongodb/graphs/contributors)
784-
for the [puppetlabs-mongodb module](https://github.com/puppetlabs/puppetlabs-mongodb).
760+
[GitHub Contributor Graph](https://github.com/voxpupuli/puppet-mongodb/graphs/contributors)
761+
for the [puppet-mongodb module](https://github.com/voxpupuli/puppet-mongodb).

metadata.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "puppetlabs-mongodb",
3-
"version": "1.0.0",
4-
"author": "puppetlabs",
2+
"name": "voxpupuli-mongodb",
3+
"version": "1.1.0",
4+
"author": "voxpupuli",
55
"summary": "Installs MongoDB on RHEL/Ubuntu/Debian.",
66
"license": "Apache-2.0",
7-
"source": "https://github.com/puppetlabs/puppetlabs-mongodb",
8-
"project_page": "https://github.com/puppetlabs/puppetlabs-mongodb",
9-
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
7+
"source": "https://github.com/voxpupuli/puppet-mongodb",
8+
"project_page": "https://github.com/voxpupuli/puppet-mongodb",
9+
"issues_url": "https://github.com/voxpupuli/puppet-mongodb/issues",
1010
"operatingsystem_support": [
1111
{
1212
"operatingsystem": "RedHat",
@@ -41,7 +41,7 @@
4141
"requirements": [
4242
{
4343
"name": "puppet",
44-
"version_requirement": ">= 4.7.0 < 6.0.0"
44+
"version_requirement": ">= 4.7.1 < 6.0.0"
4545
}
4646
],
4747
"dependencies": [

0 commit comments

Comments
 (0)