Skip to content

Commit

Permalink
Merge pull request #129 from lbetz/doc/debian-12
Browse files Browse the repository at this point in the history
Add use of puppet-php >= 10.2.0 to docs
  • Loading branch information
lbetz authored Jun 12, 2024
2 parents 2e73579 + f8f70b0 commit 250005a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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 @@ -246,7 +246,7 @@ The class supports:

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

0 comments on commit 250005a

Please sign in to comment.