Skip to content

Commit 0da23b4

Browse files
authored
Merge pull request #1143 from bastelfreak/docs
Cleanup README.md
2 parents 94e3848 + 363e46d commit 0da23b4

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Elasticsearch Puppet Module
2-
3-
[![Puppet Forge endorsed](https://img.shields.io/puppetforge/e/elastic/elasticsearch.svg)](https://forge.puppetlabs.com/elastic/elasticsearch)
4-
[![Puppet Forge Version](https://img.shields.io/puppetforge/v/elastic/elasticsearch.svg)](https://forge.puppetlabs.com/elastic/elasticsearch)
5-
[![Puppet Forge Downloads](https://img.shields.io/puppetforge/dt/elastic/elasticsearch.svg)](https://forge.puppetlabs.com/elastic/elasticsearch)
6-
[![Puppet Forge Score](https://img.shields.io/puppetforge/f/elastic/elasticsearch.svg)](https://forge.puppetlabs.com/elastic/elasticsearch)
7-
[![Build Status](https://travis-ci.org/elastic/puppet-elasticsearch.png?branch=master)](https://travis-ci.org/elastic/puppet-elasticsearch)
8-
<!-- [![Code Coverage](https://coveralls.io/repos/github/elastic/elasticsearch/badge.svg?branch=master)](https://coveralls.io/github/elastic/elasticsearch) -->
2+
[![Build Status](https://github.com/voxpupuli/puppet-elasticsearch/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-elasticsearch/actions?query=workflow%3ACI)
3+
[![Release](https://github.com/voxpupuli/puppet-elasticsearch/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-elasticsearch/actions/workflows/release.yml)
4+
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/elasticsearch.svg)](https://forge.puppetlabs.com/puppet/elasticsearch)
5+
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/elasticsearch.svg)](https://forge.puppetlabs.com/puppet/elasticsearch)
6+
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/elasticsearch.svg)](https://forge.puppetlabs.com/puppet/elasticsearch)
7+
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/elasticsearch.svg)](https://forge.puppetlabs.com/puppet/elasticsearch)
8+
[![puppetmodule.info docs](http://www.puppetmodule.info/images/badge.png)](http://www.puppetmodule.info/m/puppet-elasticsearch)
9+
[![Apache-2 License](https://img.shields.io/github/license/voxpupuli/puppet-elasticsearch.svg)](LICENSE)
10+
[![Donated by Elastic](https://img.shields.io/badge/donated%20by-Elastic-fb7047.svg)](#transfer-notice)
911

1012
#### Table of Contents
1113

@@ -19,6 +21,7 @@
1921
6. [Limitations - OS compatibility, etc.](#limitations)
2022
7. [Development - Guide for contributing to the module](#development)
2123
8. [Support - When you need help with this module](#support)
24+
9. [Transfer Notice](#transfer-notice)
2225

2326
## Module description
2427

@@ -69,7 +72,7 @@ We recommend managing your Java installation with the [puppetlabs-java](https://
6972

7073
When using the repository management, the following module dependencies are required:
7174

72-
* General: [Elastic/elastic_stack](https://forge.puppet.com/elastic/elastic_stack)
75+
* General: [Puppet/elastic_stack](https://forge.puppet.com/puppet/elastic_stack)
7376
* Debian/Ubuntu: [Puppetlabs/apt](https://forge.puppetlabs.com/puppetlabs/apt)
7477
* openSUSE/SLES: [puppet/zypprepo](https://forge.puppetlabs.com/puppet/zypprepo)
7578

@@ -834,12 +837,14 @@ Testing on other platforms has been light and cannot be guaranteed.
834837

835838
## Development
836839

837-
Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for instructions regarding development environments and testing.
840+
Please see the [CONTRIBUTING.md](https://github.com/voxpupuli/puppet-elasticsearch/blob/master/.github/CONTRIBUTING.md) file for instructions regarding development environments and testing.
838841

839842
## Support
840843

841844
The Puppet Elasticsearch module is community supported and not officially supported by Elastic Support.
842845

843-
For questions about the module, open a topic in the [Discuss](http://discuss.elastic.co/) forums or join us in [#elasticsearch](https://webchat.freenode.net/?channels=%23elasticsearch) on Freenode IRC.
846+
## Transfer Notice
844847

845-
For bugs or feature requests, open an issue in [Github](https://github.com/elastic/puppet-elasticsearch/issues).
848+
This module was originally authored by [Elastic](https://www.elastic.co).
849+
The maintainer preferred that Vox Pupuli take ownership of the module for future improvement and maintenance.
850+
Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of Elastic.

0 commit comments

Comments
 (0)