Skip to content

Commit 22e13b8

Browse files
lhellebrpcreech
authored andcommitted
3.15 GA
1 parent da7e3b3 commit 22e13b8

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ url: https://theforeman.org
99
baseurl: "" #keep at "" for the Atom feed
1010

1111
# latest *stable* version
12-
foreman_version: '3.14'
12+
foreman_version: '3.15'
1313

1414
# Latest releases
1515
foreman_latest_releases:
16+
- minmaj: '3.15'
17+
patch: '0'
1618
- minmaj: '3.14'
1719
patch: '0'
18-
- minmaj: '3.13'
19-
patch: '1'
2020

2121
paginate: 5
2222
paginate_path: "blog/page:num"

_includes/manuals/3.15/3.2.2_installer_options-params.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,10 @@
11551155
<td style='white-space:nowrap'>--puppet-run-minute</td>
11561156
<td>The minute at which to run the puppet agent when runmode is cron or systemd.timer.</td>
11571157
</tr>
1158+
<tr>
1159+
<td style='white-space:nowrap'>--puppet-run-timezone</td>
1160+
<td>The timezone for the run the puppet agent when runmode is systemd.timer. Use `timedatectl list-timezones` to list accepted values</td>
1161+
</tr>
11581162
<tr>
11591163
<td style='white-space:nowrap'>--puppet-rundir</td>
11601164
<td>Override the PID directory.</td>

0 commit comments

Comments
 (0)