Skip to content

Commit e35ffdb

Browse files
committed
Release v7.4.0
1 parent 539f735 commit e35ffdb

File tree

3 files changed

+63
-1
lines changed

3 files changed

+63
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 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+
## [v7.4.0](https://github.com/treydock/puppet-module-xdmod/tree/v7.4.0) (2021-09-15)
6+
7+
[Full Changelog](https://github.com/treydock/puppet-module-xdmod/compare/v7.3.0...v7.4.0)
8+
9+
### Added
10+
11+
- Allow cron jobs to be unmanaged [\#21](https://github.com/treydock/puppet-module-xdmod/pull/21) ([treydock](https://github.com/treydock))
12+
513
## [v7.3.0](https://github.com/treydock/puppet-module-xdmod/tree/v7.3.0) (2021-07-28)
614

715
[Full Changelog](https://github.com/treydock/puppet-module-xdmod/compare/v7.2.0...v7.3.0)

REFERENCE.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ The following parameters are available in the `xdmod` class:
187187
* [`pcp_hotproc_exclude_users`](#pcp_hotproc_exclude_users)
188188
* [`storage_roles_source`](#storage_roles_source)
189189
* [`storage_cron_times`](#storage_cron_times)
190+
* [`manage_cron`](#manage_cron)
191+
* [`manage_supremm_cron`](#manage_supremm_cron)
192+
* [`manage_akrr_cron`](#manage_akrr_cron)
193+
* [`manage_appkernel_cron`](#manage_appkernel_cron)
194+
* [`manage_storage_cron`](#manage_storage_cron)
190195

191196
##### <a name="version"></a>`version`
192197

@@ -1196,6 +1201,46 @@ The cron times for storage shred/ingest
11961201

11971202
Default value: `[0,5]`
11981203

1204+
##### <a name="manage_cron"></a>`manage_cron`
1205+
1206+
Data type: `Boolean`
1207+
1208+
Manage XDMOD cron files
1209+
1210+
Default value: ``true``
1211+
1212+
##### <a name="manage_supremm_cron"></a>`manage_supremm_cron`
1213+
1214+
Data type: `Boolean`
1215+
1216+
Manage SUPREMM cron files
1217+
1218+
Default value: ``true``
1219+
1220+
##### <a name="manage_akrr_cron"></a>`manage_akrr_cron`
1221+
1222+
Data type: `Boolean`
1223+
1224+
Manage AKRR cron files
1225+
1226+
Default value: ``true``
1227+
1228+
##### <a name="manage_appkernel_cron"></a>`manage_appkernel_cron`
1229+
1230+
Data type: `Boolean`
1231+
1232+
Manage App Kernel cron files
1233+
1234+
Default value: ``true``
1235+
1236+
##### <a name="manage_storage_cron"></a>`manage_storage_cron`
1237+
1238+
Data type: `Boolean`
1239+
1240+
Manage Storage cron files
1241+
1242+
Default value: ``true``
1243+
11991244
### <a name="xdmodondemand"></a>`xdmod::ondemand`
12001245

12011246
Manage XDMoD OnDemand plugin
@@ -1211,6 +1256,7 @@ The following parameters are available in the `xdmod::ondemand` class:
12111256
* [`package_url`](#package_url)
12121257
* [`log_format`](#log_format)
12131258
* [`cron_times`](#cron_times)
1259+
* [`manage_cron`](#manage_cron)
12141260

12151261
##### <a name="geoip_userid"></a>`geoip_userid`
12161262

@@ -1270,6 +1316,14 @@ The cron times for ondemand shred/ingest
12701316

12711317
Default value: `[0,7]`
12721318

1319+
##### <a name="manage_cron"></a>`manage_cron`
1320+
1321+
Data type: `Boolean`
1322+
1323+
Manage OnDemand cron files
1324+
1325+
Default value: ``true``
1326+
12731327
## Defined types
12741328

12751329
### <a name="xdmodakrrsetting"></a>`xdmod::akrr::setting`

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treydock-xdmod",
3-
"version": "7.3.0",
3+
"version": "7.4.0",
44
"author": "treydock",
55
"summary": "XDMoD Puppet module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)