Skip to content

Commit 4e76ec7

Browse files
committed
Release v9.2.0
1 parent 170440e commit 4e76ec7

3 files changed

Lines changed: 36 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## [v9.2.0](https://github.com/osc/puppet-module-openondemand/tree/v9.2.0) (2026-06-05)
6+
7+
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v9.1.0...v9.2.0)
8+
9+
### Added
10+
11+
- Allow using git repo for ondemand.d files [\#195](https://github.com/OSC/puppet-module-openondemand/pull/195) ([treydock](https://github.com/treydock))
12+
513
## [v9.1.0](https://github.com/osc/puppet-module-openondemand/tree/v9.1.0) (2026-05-26)
614

715
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v9.0.0...v9.1.0)
@@ -290,10 +298,6 @@ All notable changes to this project will be documented in this file. The format
290298

291299
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.11.0...v2.12.0)
292300

293-
### Added
294-
295-
- Avoid latest repo by default, not a stable repo [\#91](https://github.com/OSC/puppet-module-openondemand/pull/91) ([treydock](https://github.com/treydock))
296-
297301
## [v2.11.0](https://github.com/osc/puppet-module-openondemand/tree/v2.11.0) (2022-05-06)
298302

299303
[Full Changelog](https://github.com/osc/puppet-module-openondemand/compare/v2.10.0...v2.11.0)

REFERENCE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ The following parameters are available in the `openondemand` class:
169169
* [`apps_config_repo_path`](#-openondemand--apps_config_repo_path)
170170
* [`locales_config_repo_path`](#-openondemand--locales_config_repo_path)
171171
* [`announcements_config_repo_path`](#-openondemand--announcements_config_repo_path)
172+
* [`ondemand_confs_repo`](#-openondemand--ondemand_confs_repo)
173+
* [`ondemand_confs_revision`](#-openondemand--ondemand_confs_revision)
174+
* [`ondemand_confs_repo_path`](#-openondemand--ondemand_confs_repo_path)
172175
* [`apps_config_source`](#-openondemand--apps_config_source)
173176
* [`locales_config_source`](#-openondemand--locales_config_source)
174177
* [`announcements_config_source`](#-openondemand--announcements_config_source)
@@ -1094,6 +1097,30 @@ Path in apps config Git repo for announcements
10941097

10951098
Default value: `undef`
10961099

1100+
##### <a name="-openondemand--ondemand_confs_repo"></a>`ondemand_confs_repo`
1101+
1102+
Data type: `Optional[String]`
1103+
1104+
Git repo URL for ondemand.d configs
1105+
1106+
Default value: `undef`
1107+
1108+
##### <a name="-openondemand--ondemand_confs_revision"></a>`ondemand_confs_revision`
1109+
1110+
Data type: `Optional[String]`
1111+
1112+
Revision for ondemand.d config Git repo
1113+
1114+
Default value: `undef`
1115+
1116+
##### <a name="-openondemand--ondemand_confs_repo_path"></a>`ondemand_confs_repo_path`
1117+
1118+
Data type: `String`
1119+
1120+
Path in ondemand.d config Git repo for configs
1121+
1122+
Default value: `''`
1123+
10971124
##### <a name="-openondemand--apps_config_source"></a>`apps_config_source`
10981125

10991126
Data type: `Optional[String]`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osc-openondemand",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"author": "osc",
55
"summary": "Open OnDemand Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)