Skip to content

Commit

Permalink
Release v9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Feb 15, 2023
1 parent df8c15d commit 02bf402
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v9.3.2](https://github.com/treydock/puppet-module-keycloak/tree/v9.3.2) (2023-02-15)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v9.3.1...v9.3.2)

### Fixed

- Allow hostname setting to not use default value [\#275](https://github.com/treydock/puppet-module-keycloak/pull/275) ([treydock](https://github.com/treydock))

## [v9.3.1](https://github.com/treydock/puppet-module-keycloak/tree/v9.3.1) (2023-01-04)

[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v9.3.0...v9.3.1)
Expand Down
3 changes: 2 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,10 @@ Default value: `{}`

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

Data type: `Stdlib::Host`
Data type: `Variant[Stdlib::Host, Enum['unset','UNSET']]`

hostname to set in keycloak.conf
Set to `unset` or `UNSET` to not define this in keycloak.conf

Default value: `$facts['networking']['fqdn']`

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": "treydock-keycloak",
"version": "9.3.1",
"version": "9.3.2",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 02bf402

Please sign in to comment.