Skip to content

Commit 58ed2b6

Browse files
authored
Merge pull request #2985 from nickanderson/2025-01-24-typos/3.24.x
Fix typo and some formatting issues (3.24)
2 parents 94cbcb3 + fd6ca50 commit 58ed2b6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

MPF.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,6 +2285,7 @@ can be customized via Augments.
22852285
```yum_rpm_enable_repo``` , ```yum_group```, ```rpm_filebased```, ```ips```,
22862286
```smartos```, ```opencsw```, ```emerge```, ```pacman```, ```zypper```,
22872287
```generic```
2288+
22882289
* [package bundles][lib/packages.cf]: ```package_latest```,
22892290
```package_specific_present```, ```package_specific_absent```,
22902291
```package_specific_latest```, ```package_specific```

lib/feature.cf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ bundle agent feature_test
8080

8181
body classes feature_cancel(x)
8282
# @brief Undefine class `x` when promise is kept or repaired
83+
#
8384
# Used internally by bundle `feature`
8485
{
8586
cancel_kept => { "$(x)" };

lib/services.cf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ bundle agent systemd_services(service,state)
340340
# * restart - Service should be restarted, no promise about state on boot made.
341341
# * reload - Service should be reloaded, no promise about state on boot made.
342342
# * enabled - Service should be enabled, no promise about state on boot made.
343-
# * disabled - Service should be reloaded, no promise about state on boot made.
343+
# * disabled - Service should be disabled, no promise about state on boot made.
344344
# * start - Service should be running, service should be started on boot (active + enabled).
345345
# * stop - Service should not be running, service should not be started on boot (inactive + disabled).
346346
#

0 commit comments

Comments
 (0)