Skip to content

Commit

Permalink
Release v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Jan 25, 2024
1 parent 1bb03a0 commit b32fa9c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
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).

## [v4.4.1](https://github.com/osc/puppet-module-openondemand/tree/v4.4.1) (2024-01-25)

[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v4.4.0...v4.4.1)

### Fixed

- Fix Apache user for Ubuntu and Debian [\#155](https://github.com/OSC/puppet-module-openondemand/pull/155) ([treydock](https://github.com/treydock))

## [v4.4.0](https://github.com/osc/puppet-module-openondemand/tree/v4.4.0) (2024-01-21)

[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v4.3.1...v4.4.0)
Expand Down
9 changes: 9 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ The following parameters are available in the `openondemand` class:
* [`mod_auth_openidc_ensure`](#-openondemand--mod_auth_openidc_ensure)
* [`install_apps`](#-openondemand--install_apps)
* [`declare_apache`](#-openondemand--declare_apache)
* [`apache_user`](#-openondemand--apache_user)
* [`apache_scls`](#-openondemand--apache_scls)
* [`generator_insecure`](#-openondemand--generator_insecure)
* [`listen_addr_port`](#-openondemand--listen_addr_port)
Expand Down Expand Up @@ -288,6 +289,14 @@ Boolean that determines if apache is declared or included

Default value: `true`

##### <a name="-openondemand--apache_user"></a>`apache_user`

Data type: `String[1]`

Name of the Apache user

Default value: `'apache'`

##### <a name="-openondemand--apache_scls"></a>`apache_scls`

Data type: `String`
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": "osc-openondemand",
"version": "4.4.0",
"version": "4.4.1",
"author": "osc",
"summary": "Open OnDemand Puppet module",
"license": "Apache-2.0",
Expand Down

0 comments on commit b32fa9c

Please sign in to comment.