Skip to content

Commit

Permalink
Release version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jan 14, 2022
1 parent 81df4b8 commit bb00494
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v2.6.1](https://github.com/icinga/puppet-icinga/tree/v2.6.1) (2022-01-14)
[Full Changelog](https://github.com/icinga/puppet-icinga/compare/v2.6.0...v2.6.1)

**Fixed bugs:**

- Do not set an api user for the director and icingaweb2 if the password is empty [\#54](https://github.com/Icinga/puppet-icinga/issues/54)
- Add missing mime apache module [\#52](https://github.com/Icinga/puppet-icinga/issues/52)

## [v2.6.0](https://github.com/icinga/puppet-icinga/tree/v2.6.0) (2022-01-05)
[Full Changelog](https://github.com/icinga/puppet-icinga/compare/v2.5.0...v2.6.0)

Expand Down
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Default value: ``undef``

Data type: `String`

Icinga API user to connect Icinga 2.
Icinga API user to connect Icinga 2. Notice: user is only created if a password is set.

Default value: `'icingaweb2'`

Expand All @@ -400,7 +400,7 @@ Default value: ``undef``

Data type: `String`

Icinga API director user to connect Icinga 2.
Icinga API director user to connect Icinga 2. Notice: user is only created if a password is set.

Default value: `'director'`

Expand Down
7 changes: 6 additions & 1 deletion functions/prepare_web.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @summary This funktion checks for web preparation and display a warning if fails
# @summary
# This funktion checks for web preparation and display a warning if fails
#
function icinga::prepare_web(String $icingamod) {
# @param [String] module
# The module that should be printed in the warning
#
if !defined('$icinga::prepare_web') or ! $icinga::prepare_web {
warning("To call plugin icingacli to monitor ${icingamod} set icinga::prepare_web to true!\nOr add the Icinga user to group icingaweb2 by hand and RESTART icinga2.")
}
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-icinga",
"version": "2.6.0",
"version": "2.6.1",
"author": "Icinga",
"summary": "Puppet Module to manage the Icinga Software Stack",
"license": "Apache-2.0",
Expand Down

0 comments on commit bb00494

Please sign in to comment.