Commit 7ea92df
committed
Added dnf_group package module
This change adds the dnf_group package module that supports asserting presence
or absense of the promised group id on the system.
packages:
"system-tools"
policy => "present",
package_module => dnf_group;
Note: Package marks (user, dep, group) influence the behavior of this module.
For example, once a package is installed directly it will retain the user mark
until explicitly re-marked.
Ticket: CFE-28521 parent f9fa9f0 commit 7ea92df
File tree
2 files changed
+487
-0
lines changed- lib
- modules/packages/vendored
2 files changed
+487
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
103 | 116 | | |
104 | 117 | | |
105 | 118 | | |
| |||
0 commit comments