Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update soft dependencies in README.md #146

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand All @@ -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:

Expand All @@ -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:
Expand Down Expand Up @@ -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:

Expand Down