From 52c16e84213e21e12186bd6c4d691c58faa0ee2a Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Fri, 16 Aug 2024 08:14:13 +0200 Subject: [PATCH] Update soft dependencies in README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3a25e47..2273f44 100644 --- a/README.md +++ b/README.md @@ -267,11 +267,11 @@ apt::backports::location: 'https://archive.debian.org/debian' The class supports: -* [puppet] >= 7.0 < 9.0 +* [puppet] >= 7.9.0 < 9.0 And requires: -* [icinga/icinga2] >= 3.1.0 < 6.0.0 +* [icinga/icinga2] >= 3.1.0 < 7.0.0 Setting up a Icinga Server with a CA and to store configuration: @@ -329,14 +329,14 @@ NOTICE: To switch off the package installation via chocolatey on windows, `icing The class supports: -* [puppet] >= 7.0 < 9.0 +* [puppet] >= 7.9.0 < 9.0 Ands requires: * [puppetlabs/mysql] >= 10.9.0 < 16.0.0 * [puppetlabs/postgresql] >= 7.0.0 < 11.0.0 -* [icinga/icinga2] >= 2.9.0 < 6.0.0 -* [icinga/icingadb] >= 1.0.0 < 3.0.0 +* [icinga/icinga2] >= 3.1.0 < 7.0.0 +* [icinga/icingadb] >= 2.1.0 < 4.0.0 To activate and configure the IcingaDB (usally on a server) do: @@ -357,13 +357,13 @@ Setting `manage_database` to `true` also setups a database as specified in `db_t The class supports: -* [puppet] >= 7.0 < 9.0 +* [puppet] >= 7.9.0 < 9.0 Ands requires: -* [puppetlabs/mysql] >= 10.9.0 < 16.0.0 +* [puppetlabs/mysql] >= 10.9.0 < 17.0.0 * [puppetlabs/postgresql] >= 7.0.0 < 11.0.0 -* [icinga/icinga2] >= 2.9.0 < 6.0.0 +* [icinga/icinga2] >= 3.1.0 < 7.0.0 To activate and configure the IDO feature (usally on a server) do: @@ -382,15 +382,15 @@ Setting `manage_database` to `true` also setups a database as specified in `db_t The class supports: -* [puppet] >= 7.0 < 9.0 +* [puppet] >= 7.9.0 < 9.0 And requires: -* [puppetlabs/mysql] >= 10.9.0 < 16.0.0 +* [puppetlabs/mysql] >= 10.9.0 < 17.0.0 * [puppetlabs/postgresql] >= 7.0.0 < 11.0.0 -* [icinga/icingaweb2] >= 3.6.0 < 5.0.0 -* [icinga/icinga2] >= 2.9.0 < 6.0.0 -* [puppetlabs/apache] >= 5.8.0 < 12.0.0 +* [icinga/icingaweb2] >= 3.7.0 < 6.0.0 +* [icinga/icinga2] >= 3.1.0 < 7.0.0 +* [puppetlabs/apache] >= 5.8.0 < 13.0.0 * [puppet/php] >= 8.0.0 < 11.0.0 A Icinga Web 2 with an Apache and PHP-FPM can be managed as follows: @@ -477,13 +477,13 @@ class { 'icinga::web::vspheredb': The class supports: -* [puppet] >= 7.0 < 9.0 +* [puppet] >= 7.9.0 < 9.0 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 < 17.0.0 * [puppetlabs/postgresql] >= 7.0.0 < 11.0.0 -* [icinga/icingaweb2] >= 3.7.0 < 5.0.0 +* [icinga/icingaweb2] >= 3.7.0 < 6.0.0 An example to setup reporting and the required database: