Skip to content

Commit

Permalink
Merge branch 'main' into bug/missing-support-debian-12
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz authored Jun 17, 2024
2 parents 5e75559 + 14b05ff commit dd34017
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 66 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://github.com/voxpupuli/puppet-icinga/workflows/CI/badge.svg)](https://github.com/voxpupuli/puppet-icinga/actions?query=workflow%3ACI)
[![Release](https://github.com/voxpupuli/puppet-icinga/actions/workflows/release.yml/badge.svg)](https://github.com/voxpupuli/puppet-icinga/actions/workflows/release.yml)
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/icinga.svg)](https://forge.puppet.com/modules/icinga/icinga)
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/icinga.svg)](https://forge.puppet.com/modules/puppet/icinga)
[![puppet integration](http://www.puppetmodule.info/images/badge.png)](https://icinga.com/products/integrations/puppet)
[![Apache-2.0 License](https://img.shields.io/github/license/voxpupuli/puppet-icinga.svg)](LICENSE)
[![Donated by Icinga](https://img.shields.io/badge/donated%20by-Icinga-fb7047.svg)](#transfer-notice)
Expand Down Expand Up @@ -32,7 +32,7 @@ This module provides several non private helper classes for the other official I

### How to use the classes for Icinga Web an databases with MariaDB on Debian bookwork

To get Icinga Web 2 running on Debian bookworm use puppet-php >=8.1.0 and set:
To get Icinga Web 2 running on Debian bookworm use puppet-php >=8.1.0 (no longer necessary if puppet-php >= 10.2.0 is used) and set:

```yaml
php::globals::php_version: '8.2'
Expand Down Expand Up @@ -105,7 +105,7 @@ The class supports:

* [puppet] >= 7.9.0 < 9.0.0

And requiers:
And requires:

* [puppetlabs/stdlib] >= 6.6.0 < 10.0.0
* [puppetlabs/apt] >= 9.2.0 < 10.0.0
Expand Down Expand Up @@ -244,9 +244,9 @@ The class supports:

* [puppet] >= 7.0 < 9.0

And requiers:
And requires:

* [icinga/icinga2] >= 3.1.0 < 5.0.0
* [icinga/icinga2] >= 3.1.0 < 6.0.0

Setting up a Icinga Server with a CA and to store configuration:

Expand Down Expand Up @@ -308,9 +308,9 @@ The class supports:

Ands requires:

* [puppetlabs/mysql] >= 10.9.0 =< 16.0.0
* [puppetlabs/mysql] >= 10.9.0 < 16.0.0
* [puppetlabs/postgresql] >= 7.0.0 < 11.0.0
* [icinga/icinga2] >= 2.9.0 < 5.0.0
* [icinga/icinga2] >= 2.9.0 < 6.0.0
* [icinga/icingadb] >= 1.0.0 < 3.0.0

To activate and configure the IcingaDB (usally on a server) do:
Expand All @@ -336,9 +336,9 @@ The class supports:

Ands requires:

* [puppetlabs/mysql] >= 10.9.0 =< 16.0.0
* [puppetlabs/mysql] >= 10.9.0 < 16.0.0
* [puppetlabs/postgresql] >= 7.0.0 < 11.0.0
* [icinga/icinga2] >= 2.9.0 < 5.0.0
* [icinga/icinga2] >= 2.9.0 < 6.0.0

To activate and configure the IDO feature (usally on a server) do:

Expand All @@ -361,10 +361,10 @@ The class supports:

And requires:

* [puppetlabs/mysql] >= 10.9.0 =< 16.0.0
* [puppetlabs/mysql] >= 10.9.0 < 16.0.0
* [puppetlabs/postgresql] >= 7.0.0 < 11.0.0
* [icinga/icingaweb2] >= 3.6.0 < 5.0.0
* [icinga/icinga2] >= 2.9.0 < 5.0.0
* [icinga/icinga2] >= 2.9.0 < 6.0.0
* [puppetlabs/apache] >= 5.8.0 < 12.0.0
* [puppet/php] >= 8.0.0 < 11.0.0

Expand Down Expand Up @@ -456,7 +456,7 @@ The class supports:

And required in addition to `icinga::web::icingadb` or `icinga::web::monitoring`:

* [puppetlabs/mysql] >= 10.9.0 =< 16.0.0
* [puppetlabs/mysql] >= 10.9.0 < 16.0.0
* [puppetlabs/postgresql] >= 7.0.0 < 11.0.0
* [icinga/icingaweb2] >= 3.7.0 < 5.0.0

Expand Down
19 changes: 0 additions & 19 deletions data/Debian/Debian/10.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions data/Debian/Debian/11.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions data/Debian/Ubuntu/20.04.yaml

This file was deleted.

1 change: 0 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11",
"12"
]
Expand Down

0 comments on commit dd34017

Please sign in to comment.