You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`enablerepo` and `disablerepo` option support added in 3.7.8, 3.10.4, 3.12.0
448
448
449
+
### dnf
450
+
451
+
Manage packages using `dnf`. This is the [default package module][lib/packages.cf#package_module_knowledge] for modern Red Hat, CentOS, Fedora, and Amazon Linux systems.
- Supports file path and repository sourced packages.
503
+
504
+
- Requires Python 3 to be installed on the host (leverages cfengine-selected-python).
505
+
506
+
- Package downgrades default to the system configuration (typically disabled). To explicitly allow the module to downgrade a package for a specific promise, set `options => { "allow_downgrade=true" }`.
0 commit comments