diff --git a/MPF.md b/MPF.md index 540be55891..f1f5eb24c8 100644 --- a/MPF.md +++ b/MPF.md @@ -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``` diff --git a/lib/feature.cf b/lib/feature.cf index 4aa4744c63..048f548ac0 100644 --- a/lib/feature.cf +++ b/lib/feature.cf @@ -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)" }; diff --git a/lib/services.cf b/lib/services.cf index f49593df5d..e058070d68 100644 --- a/lib/services.cf +++ b/lib/services.cf @@ -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). #