1
- [ ![ Build Status] ( https://travis-ci.org/Icinga/puppet-icingaweb2.png?branch=main )] ( https://travis-ci.org/Icinga/puppet-icingaweb2 )
2
-
3
1
# Icinga Web 2 Puppet Module
4
2
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
+
5
13
#### Table of Contents
6
14
7
15
1 . [ Overview] ( #overview )
@@ -77,7 +85,7 @@ we add an parameter `manage_package` (set to `true` bye default) to do not manag
77
85
78
86
This module depends on
79
87
80
- * [ icinga /icinga] >= 2.9.0 < 5 .0.0
88
+ * [ puppet /icinga] >= 2.9.0 < 6 .0.0
81
89
* [ puppetlabs/stdlib] >= 6.6.0 < 10.0.0
82
90
* [ puppetlabs/vcsrepo] >= 3.2.0 < 7.0.0
83
91
* required if modules use ` git ` (default) as ` install_method ` .
@@ -212,27 +220,22 @@ class {'icingaweb2::module::icingadb':
212
220
213
221
## Reference
214
222
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 )
216
224
217
225
## Development
218
226
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
220
228
this roadmap when you start contributing to the project.
221
229
222
230
### Contributing
223
231
224
232
When contributing several steps such as pull requests and proper testing implementations are required.
225
233
Find a detailed step by step guide in [ CONTRIBUTING.md] .
226
234
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
-
232
235
### Release Notes
233
236
234
237
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]
236
239
237
240
See also [ CHANGELOG.md]
238
241
@@ -243,7 +246,7 @@ See also [CHANGELOG.md]
243
246
244
247
[ Icinga 2 ] : https://www.icinga.com/products/icinga-2/
245
248
[ 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/
247
250
248
251
[ puppetlabs/stdlib ] : https://github.com/puppetlabs/puppetlabs-stdlib
249
252
[ puppetlabs/concat ] : https://github.com/puppetlabs/puppetlabs-concat
@@ -254,6 +257,13 @@ See also [CHANGELOG.md]
254
257
255
258
[ CHANGELOG.md ] : CHANGELOG.md
256
259
[ 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
0 commit comments