|
19 | 19 | * [`profile::computing::slurm::slurmctld`](#profile--computing--slurm--slurmctld): Slurm slurm::slurmctld |
20 | 20 | * [`profile::computing::slurm::slurmd`](#profile--computing--slurm--slurmd): Slurm slurm::slurmd |
21 | 21 | * [`profile::computing::slurm::slurmdbd`](#profile--computing--slurm--slurmdbd): Slurm slurm::slurmctld |
22 | | -* [`profile::cron`](#profile--cron): cron |
| 22 | +* [`profile::system::cron`](#profile--cron): cron |
23 | 23 | * [`profile::db::cassandra`](#profile--db--cassandra): Profile for managing Cassandra database |
24 | 24 | * [`profile::db::elasticsearch`](#profile--db--elasticsearch): Elasticsearch profile Puppet module does not support 8.x and Zscaler needs 8.x only Cert Setup NOTE: The cert are automatically setup when |
25 | 25 | * [`profile::db::elasticsearch::cerebro`](#profile--db--elasticsearch--cerebro): Cerebro |
|
152 | 152 | * [`profile::certs::ca_cert`](#profile--certs--ca_cert): CA Cert |
153 | 153 | * [`profile::certs::letsencrypt::domain`](#profile--certs--letsencrypt--domain): Certificates NOTE: only haproxy role support letsencrypt for now blackbox will scrape the domains if its given in the role::web::haproxy |
154 | 154 | * [`profile::certs::manual`](#profile--certs--manual): Manual certificate TODO: lets not accept expired cert from users. need to update the underlying module openssl::cert_date_valid($_cert_file) |
155 | | -* [`profile::cron::job`](#profile--cron--job): Wrapper that escapes cron command for easy use |
| 155 | +* [`profile::system::cron::job`](#profile--cron--job): Wrapper that escapes cron command for easy use |
156 | 156 | * [`profile::storage::mount`](#profile--storage--mount): regular mount |
157 | 157 | * [`profile::storage::nfs::server::export`](#profile--storage--nfs--server--export): nfs export |
158 | 158 | * [`profile::system::selinux::fcontext`](#profile--system--selinux--fcontext) |
@@ -1084,13 +1084,13 @@ Data type: `String` |
1084 | 1084 |
|
1085 | 1085 | Default value: `'127.0.0.1'` |
1086 | 1086 |
|
1087 | | -### <a name="profile--cron"></a>`profile::cron` |
| 1087 | +### <a name="profile--cron"></a>`profile::system::cron` |
1088 | 1088 |
|
1089 | 1089 | cron |
1090 | 1090 |
|
1091 | 1091 | #### Parameters |
1092 | 1092 |
|
1093 | | -The following parameters are available in the `profile::cron` class: |
| 1093 | +The following parameters are available in the `profile::system::cron` class: |
1094 | 1094 |
|
1095 | 1095 | * [`purge_unmanaged`](#-profile--cron--purge_unmanaged) |
1096 | 1096 | * [`jobs`](#-profile--cron--jobs) |
@@ -10476,13 +10476,13 @@ Data type: `Optional[Array[Stdlib::Port]]` |
10476 | 10476 |
|
10477 | 10477 | Default value: `undef` |
10478 | 10478 |
|
10479 | | -### <a name="profile--cron--job"></a>`profile::cron::job` |
| 10479 | +### <a name="profile--cron--job"></a>`profile::system::cron::job` |
10480 | 10480 |
|
10481 | 10481 | Wrapper that escapes cron command for easy use |
10482 | 10482 |
|
10483 | 10483 | #### Parameters |
10484 | 10484 |
|
10485 | | -The following parameters are available in the `profile::cron::job` defined type: |
| 10485 | +The following parameters are available in the `profile::system::cron::job` defined type: |
10486 | 10486 |
|
10487 | 10487 | * [`command`](#-profile--cron--job--command) |
10488 | 10488 | * [`enable`](#-profile--cron--job--enable) |
@@ -10543,15 +10543,15 @@ Default value: `'*'` |
10543 | 10543 |
|
10544 | 10544 | ##### <a name="-profile--cron--job--hour"></a>`hour` |
10545 | 10545 |
|
10546 | | -Data type: `Profile::Cron::Hour` |
| 10546 | +Data type: `Profile::System::Cron::Hour` |
10547 | 10547 |
|
10548 | 10548 |
|
10549 | 10549 |
|
10550 | 10550 | Default value: `'*'` |
10551 | 10551 |
|
10552 | 10552 | ##### <a name="-profile--cron--job--minute"></a>`minute` |
10553 | 10553 |
|
10554 | | -Data type: `Profile::Cron::Minute` |
| 10554 | +Data type: `Profile::System::Cron::Minute` |
10555 | 10555 |
|
10556 | 10556 |
|
10557 | 10557 |
|
|
0 commit comments