Skip to content

Commit

Permalink
Merge pull request #2984 from btriller/fix-typos
Browse files Browse the repository at this point in the history
Fix typo and some formatting issues
  • Loading branch information
nickanderson authored Jan 24, 2025
2 parents 44da331 + 12a01fc commit 6567267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MPF.md
Original file line number Diff line number Diff line change
Expand Up @@ -2305,6 +2305,7 @@ can be customized via Augments.
```yum_rpm_enable_repo``` , ```yum_group```, ```rpm_filebased```, ```ips```,
```smartos```, ```opencsw```, ```emerge```, ```pacman```, ```zypper```,
```generic```

* [package bundles][lib/packages.cf]: ```package_latest```,
```package_specific_present```, ```package_specific_absent```,
```package_specific_latest```, ```package_specific```
Expand Down
1 change: 1 addition & 0 deletions lib/feature.cf
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ bundle agent feature_test

body classes feature_cancel(x)
# @brief Undefine class `x` when promise is kept or repaired
#
# Used internally by bundle `feature`
{
cancel_kept => { "$(x)" };
Expand Down
2 changes: 1 addition & 1 deletion lib/services.cf
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ bundle agent systemd_services(service,state)
# * restart - Service should be restarted, no promise about state on boot made.
# * reload - Service should be reloaded, no promise about state on boot made.
# * enabled - Service should be enabled, no promise about state on boot made.
# * disabled - Service should be reloaded, no promise about state on boot made.
# * disabled - Service should be disabled, no promise about state on boot made.
# * start - Service should be running, service should be started on boot (active + enabled).
# * stop - Service should not be running, service should not be started on boot (inactive + disabled).
#
Expand Down

0 comments on commit 6567267

Please sign in to comment.