Skip to content

Commit

Permalink
Release version 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Sep 28, 2023
1 parent e437f85 commit 06b3154
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v3.9.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.9.1) (2023-09-28)
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.9.0...v3.9.1)

**Fixed bugs:**

- Add manage\_package param to do not manage removed icingaweb2-module-monitoring package on Debian and Ubuntu [\#368](https://github.com/Icinga/puppet-icingaweb2/issues/368)

## [v3.9.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.9.0) (2023-07-21)
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.8.0...v3.9.0)

Expand Down
35 changes: 23 additions & 12 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,10 +581,10 @@ The following parameters are available in the `icingaweb2::globals` class:
* [`mysql_idoreports_sla_percent`](#-icingaweb2--globals--mysql_idoreports_sla_percent)
* [`pgsql_idoreports_slaperiods`](#-icingaweb2--globals--pgsql_idoreports_slaperiods)
* [`pgsql_idoreports_sla_percent`](#-icingaweb2--globals--pgsql_idoreports_sla_percent)
* [`gettext_package_name`](#-icingaweb2--globals--gettext_package_name)
* [`icingacli_bin`](#-icingaweb2--globals--icingacli_bin)
* [`mysql_x509_schema`](#-icingaweb2--globals--mysql_x509_schema)
* [`pgsql_x509_schema`](#-icingaweb2--globals--pgsql_x509_schema)
* [`gettext_package_name`](#-icingaweb2--globals--gettext_package_name)
* [`icingacli_bin`](#-icingaweb2--globals--icingacli_bin)

##### <a name="-icingaweb2--globals--package_name"></a>`package_name`

Expand Down Expand Up @@ -682,29 +682,29 @@ Data type: `Stdlib::Absolutepath`

Location of the get_sla_ok_percent database extension for PostgreSQL.

##### <a name="-icingaweb2--globals--gettext_package_name"></a>`gettext_package_name`
##### <a name="-icingaweb2--globals--mysql_x509_schema"></a>`mysql_x509_schema`

Data type: `String`
Data type: `Stdlib::Absolutepath`

Package name `gettext` tool belongs to.
Location of the x509 database schema for MySQL/MariaDB.

##### <a name="-icingaweb2--globals--icingacli_bin"></a>`icingacli_bin`
##### <a name="-icingaweb2--globals--pgsql_x509_schema"></a>`pgsql_x509_schema`

Data type: `Stdlib::Absolutepath`

Path to `icingacli' comand line tool.

##### <a name="-icingaweb2--globals--mysql_x509_schema"></a>`mysql_x509_schema`
Location of the x509 database schema for PostgreSQL.

Data type: `Stdlib::Absolutepath`
##### <a name="-icingaweb2--globals--gettext_package_name"></a>`gettext_package_name`

Data type: `String`

Package name `gettext` tool belongs to.

##### <a name="-icingaweb2--globals--pgsql_x509_schema"></a>`pgsql_x509_schema`
##### <a name="-icingaweb2--globals--icingacli_bin"></a>`icingacli_bin`

Data type: `Stdlib::Absolutepath`


Path to `icingacli' comand line tool.

### <a name="icingaweb2--module--audit"></a>`icingaweb2::module::audit`

Expand Down Expand Up @@ -2499,6 +2499,7 @@ The following parameters are available in the `icingaweb2::module::monitoring` c

* [`ensure`](#-icingaweb2--module--monitoring--ensure)
* [`protected_customvars`](#-icingaweb2--module--monitoring--protected_customvars)
* [`manage_package`](#-icingaweb2--module--monitoring--manage_package)
* [`ido_type`](#-icingaweb2--module--monitoring--ido_type)
* [`ido_host`](#-icingaweb2--module--monitoring--ido_host)
* [`ido_port`](#-icingaweb2--module--monitoring--ido_port)
Expand Down Expand Up @@ -2535,6 +2536,16 @@ that should be hidden in the web interface.

Default value: `['*pw*', '*pass*', 'community']`

##### <a name="-icingaweb2--module--monitoring--manage_package"></a>`manage_package`

Data type: `Boolean`

Set to `false` as Fix for Icinga Web >= 2.12.0 to do not manage the removed package
`icingaweb2-module-monitoring` (only Debian/Ubuntu).
See issue #368 (https://github.com/Icinga/puppet-icingaweb2/issues/368).

Default value: `true`

##### <a name="-icingaweb2--module--monitoring--ido_type"></a>`ido_type`

Data type: `Enum['mysql', 'pgsql']`
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icinga-icingaweb2",
"version": "3.9.0",
"version": "3.9.1",
"author": "Icinga Team",
"summary": "Icinga Web 2 Puppet Module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 06b3154

Please sign in to comment.