Skip to content

Commit

Permalink
Release version 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed May 12, 2023
1 parent 2437f39 commit 4eaff20
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [v1.2.4](https://github.com/netways/icinga-installer/tree/v1.2.4) (2023-05-12)
[Full Changelog](https://github.com/netways/icinga-installer/compare/v1.2.3...v1.2.4)

**Fixed bugs:**

- Wrong description in all four server scenarios [\#67](https://github.com/NETWAYS/icinga-installer/issues/67)
- Set value of ldap\_nested\_group\_search for groupbackend in examples [\#66](https://github.com/NETWAYS/icinga-installer/issues/66)
- fix wrong params in server [\#73](https://github.com/NETWAYS/icinga-installer/pull/73) ([lbetz](https://github.com/lbetz))
- change naming of scenario listing [\#68](https://github.com/NETWAYS/icinga-installer/pull/68) ([carraroj](https://github.com/carraroj))

**Merged pull requests:**

- Extend setup doc with required additional packages [\#72](https://github.com/NETWAYS/icinga-installer/pull/72) ([lbetz](https://github.com/lbetz))
- Update README and installation docs [\#71](https://github.com/NETWAYS/icinga-installer/pull/71) ([martialblog](https://github.com/martialblog))
- Update README [\#70](https://github.com/NETWAYS/icinga-installer/pull/70) ([martialblog](https://github.com/martialblog))

## [v1.2.3](https://github.com/netways/icinga-installer/tree/v1.2.3) (2023-04-19)
[Full Changelog](https://github.com/netways/icinga-installer/compare/v1.2.2...v1.2.3)

Expand Down
12 changes: 6 additions & 6 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -758,9 +758,9 @@ $global_zones:: List of global zones to configure.

$ticket_salt:: Set an alternate ticket salt to icinga::ticket_salt from Hiera.

$web_api_pass:: Icinga API web user password.
$web_api_password:: Icinga API web user password.

$director_api_pass:: Icinga API director user password.
$director_api_password:: Icinga API director user password.

$logging_type:: Switch the log target.

Expand All @@ -774,8 +774,8 @@ The following parameters are available in the `install::server` class:
* [`zone`](#zone)
* [`global_zones`](#global_zones)
* [`ticket_salt`](#ticket_salt)
* [`web_api_pass`](#web_api_pass)
* [`director_api_pass`](#director_api_pass)
* [`web_api_password`](#web_api_password)
* [`director_api_password`](#director_api_password)
* [`logging_type`](#logging_type)
* [`logging_level`](#logging_level)

Expand Down Expand Up @@ -811,15 +811,15 @@ Data type: `String`

Default value: `$install::params::ticket_salt`

##### <a name="web_api_pass"></a>`web_api_pass`
##### <a name="web_api_password"></a>`web_api_password`

Data type: `String`



Default value: `$install::params::web_api_password`

##### <a name="director_api_pass"></a>`director_api_pass`
##### <a name="director_api_password"></a>`director_api_password`

Data type: `String`

Expand Down
2 changes: 1 addition & 1 deletion modules/install/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icinga-installer",
"version": "1.2.3",
"version": "1.2.4",
"author": "NETWAYS",
"summary": "Puppet Module for the Icinga-Installer.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4eaff20

Please sign in to comment.