Skip to content

Commit

Permalink
Release version 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jan 28, 2023
1 parent b25f375 commit 4704ac1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v3.7.2](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.2) (2023-01-28)
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.1...v3.7.2)

**Implemented enhancements:**

- bump puppet/systemd to \< 5.0.0 [\#346](https://github.com/Icinga/puppet-icingaweb2/pull/346) ([jhoblitt](https://github.com/jhoblitt))

**Fixed bugs:**

- Fix compatibility for db schema imports in Icinga Web 2 2.11.4 [\#347](https://github.com/Icinga/puppet-icingaweb2/pull/347) ([lbetz](https://github.com/lbetz))

## [v3.7.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.1) (2023-01-23)
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.0...v3.7.1)

Expand Down
14 changes: 14 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,8 @@ The following parameters are available in the `icingaweb2::globals` class:

* [`package_name`](#package_name)
* [`conf_dir`](#conf_dir)
* [`data_dir`](#data_dir)
* [`comp_db_schema_dir`](#comp_db_schema_dir)
* [`default_module_path`](#default_module_path)
* [`mysql_db_schema`](#mysql_db_schema)
* [`pgsql_db_schema`](#pgsql_db_schema)
Expand All @@ -520,6 +522,18 @@ Data type: `Stdlib::Absolutepath`

Path to the config files.

##### <a name="data_dir"></a>`data_dir`

Data type: `Stdlib::Absolutepath`

Location of PHP data files.

##### <a name="comp_db_schema_dir"></a>`comp_db_schema_dir`

Data type: `Stdlib::Absolutepath`

For compatibility, since in Icinga Web 2 2.11.4 the schema files have been moved.

##### <a name="default_module_path"></a>`default_module_path`

Data type: `Stdlib::Absolutepath`
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.7.1",
"version": "3.7.2",
"author": "Icinga Team",
"summary": "Icinga Web 2 Puppet Module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4704ac1

Please sign in to comment.