Skip to content

Commit 6bf7cee

Browse files
author
Lennart Betz
committed
Release v4.1.0
1 parent 1051774 commit 6bf7cee

File tree

4 files changed

+29
-176
lines changed

4 files changed

+29
-176
lines changed

README.md

+25-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
[![Build Status](https://travis-ci.org/Icinga/puppet-icingaweb2.png?branch=main)](https://travis-ci.org/Icinga/puppet-icingaweb2)
2-
31
# Icinga Web 2 Puppet Module
42

3+
[![Build Status](https://github.com/voxpupuli/puppet-icingaweb2/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-icingaweb2/actions?query=workflow%3ACI)
4+
[![Release](https://github.com/voxpupuli/puppet-icingaweb2/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-icingaweb2/actions/workflows/release.yml)
5+
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/icingaweb2.svg)](https://forge.puppet.com/modules/puppet/icingaweb2)
6+
[![puppet integration](http://www.puppetmodule.info/images/badge.png)](https://icinga.com/products/integrations/puppet)
7+
[![Apache-2.0 License](https://img.shields.io/github/license/voxpupuli/puppet-icingaweb2.svg)](LICENSE)
8+
[![Donated by Icinga](https://img.shields.io/badge/donated%20by-Icinga-fb7047.svg)](#transfer-notice)
9+
[![Sponsored by NETWAYS](https://img.shields.io/badge/Sponsored%20by-NETWAYS%20GmbH-blue.svg)](https://www.netways.de)
10+
11+
[Icinga Logo](https://www.icinga.com/wp-content/uploads/2014/06/icinga_logo.png)
12+
513
#### Table of Contents
614

715
1. [Overview](#overview)
@@ -77,7 +85,7 @@ we add an parameter `manage_package` (set to `true` bye default) to do not manag
7785

7886
This module depends on
7987

80-
* [icinga/icinga] >= 2.9.0 < 5.0.0
88+
* [puppet/icinga] >= 2.9.0 < 6.0.0
8189
* [puppetlabs/stdlib] >= 6.6.0 < 10.0.0
8290
* [puppetlabs/vcsrepo] >= 3.2.0 < 7.0.0
8391
* required if modules use `git` (default) as `install_method`.
@@ -212,27 +220,22 @@ class {'icingaweb2::module::icingadb':
212220

213221
## Reference
214222

215-
See [REFERENCE.md](https://github.com/Icinga/puppet-icingaweb2/blob/main/REFERENCE.md)
223+
See [REFERENCE.md](https://github.com/voxpupuli/puppet-icingaweb2/blob/main/REFERENCE.md)
216224

217225
## Development
218226

219-
A roadmap of this project is located at https://github.com/Icinga/puppet-icingaweb2/milestones. Please consider
227+
A roadmap of this project is located at https://github.com/voxpupuli/puppet-icingaweb2/milestones. Please consider
220228
this roadmap when you start contributing to the project.
221229

222230
### Contributing
223231

224232
When contributing several steps such as pull requests and proper testing implementations are required.
225233
Find a detailed step by step guide in [CONTRIBUTING.md].
226234

227-
### Testing
228-
229-
Testing is essential in our workflow to ensure a good quality. We use RSpec as well as Serverspec to test all components
230-
of this module. For a detailed description see [TESTING.md].
231-
232235
### Release Notes
233236

234237
When releasing new versions we refer to [SemVer 1.0.0] for version numbers. All steps required when creating a new
235-
release are described in [RELEASE.md]
238+
release are described in [RELEASE]
236239

237240
See also [CHANGELOG.md]
238241

@@ -243,7 +246,7 @@ See also [CHANGELOG.md]
243246

244247
[Icinga 2]: https://www.icinga.com/products/icinga-2/
245248
[Icinga Web 2]: https://www.icinga.com/products/icinga-web-2/
246-
[icinga/icinga]: https://github.com/icinga/puppet-icinga/
249+
[puppet/icinga]: https://github.com/voxpupuli/puppet-icinga/
247250

248251
[puppetlabs/stdlib]: https://github.com/puppetlabs/puppetlabs-stdlib
249252
[puppetlabs/concat]: https://github.com/puppetlabs/puppetlabs-concat
@@ -254,6 +257,13 @@ See also [CHANGELOG.md]
254257

255258
[CHANGELOG.md]: CHANGELOG.md
256259
[AUTHORS]: AUTHORS
257-
[RELEASE.md]: RELEASE.md
258-
[TESTING.md]: TESTING.md
259-
[CONTRIBUTING.md]: CONTRIBUTING.md
260+
[CONTRIBUTING.md]: .github/CONTRIBUTING.md
261+
[RELEASE]: https://voxpupuli.org/docs/releasing_version/
262+
263+
## Transfer Notice
264+
265+
This plugin was originally authored by [Icinga](http://www.icinga.com).
266+
The maintainer preferred that Vox Pupuli take ownership of the module for future improvement and maintenance.
267+
Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of Icinga.
268+
269+
Previously: https://github.com/icinga/puppet-icingaweb2

RELEASE.md

-82
This file was deleted.

TESTING.md

-75
This file was deleted.

metadata.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "icinga-icingaweb2",
3-
"version": "4.0.0",
2+
"name": "puppet-icingaweb2",
3+
"version": "4.1.0",
44
"author": "Vox Pupuli",
55
"summary": "Icinga Web 2 Puppet Module",
66
"license": "Apache-2.0",
@@ -17,8 +17,8 @@
1717
"version_requirement": ">= 6.4.0 < 10.0.0"
1818
},
1919
{
20-
"name": "icinga/icinga",
21-
"version_requirement": ">= 2.9.0 < 5.0.0"
20+
"name": "puppet/icinga",
21+
"version_requirement": ">= 2.9.0 < 6.0.0"
2222
},
2323
{
2424
"name": "puppetlabs/vcsrepo",

0 commit comments

Comments
 (0)