Skip to content

Commit

Permalink
Release version 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jan 15, 2023
1 parent 395c489 commit 137c74a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [v3.6.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.6.1) (2023-01-15)
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.6.0...v3.6.1)

**Fixed bugs:**

- Set module to absent should only disable the module [\#336](https://github.com/Icinga/puppet-icingaweb2/issues/336)
- Add missing parameters parent and unrestricted in role [\#337](https://github.com/Icinga/puppet-icingaweb2/pull/337) ([lbetz](https://github.com/lbetz))

**Merged pull requests:**

- Set module to absent should only disable the module [\#338](https://github.com/Icinga/puppet-icingaweb2/pull/338) ([lbetz](https://github.com/lbetz))

## [v3.6.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.6.0) (2023-01-06)
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.5.0...v3.6.0)

Expand Down
18 changes: 18 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3415,8 +3415,10 @@ The following parameters are available in the `icingaweb2::config::role` defined
* [`role_name`](#role_name)
* [`users`](#users)
* [`groups`](#groups)
* [`parent`](#parent)
* [`permissions`](#permissions)
* [`refusals`](#refusals)
* [`unrestricted`](#unrestricted)
* [`filters`](#filters)

##### <a name="role_name"></a>`role_name`
Expand All @@ -3443,6 +3445,14 @@ Comma separated list of groups this role applies to.

Default value: ``undef``

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

Data type: `Optional[String]`

The name of the role from which to inherit privileges.

Default value: ``undef``

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

Data type: `Optional[String]`
Expand All @@ -3464,6 +3474,14 @@ Refusals are used to deny access. So they’re the exact opposite of permissions

Default value: ``undef``

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

Data type: `Optional[Boolean]`

If set to `true`, owners of this role are not restricted in any way.

Default value: ``undef``

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

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

0 comments on commit 137c74a

Please sign in to comment.