mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-02 19:26:18 -04:00
fix: skip YUM weak dependencies installation
Fixes: https://github.com/ben-grande/qusal/issues/96
This commit is contained in:
parent
c6582dfb88
commit
56a4296421
90 changed files with 107 additions and 0 deletions
|
@ -19,6 +19,7 @@ include:
|
|||
- sls: utils.tools.common.update
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- setopt: "install_weak_deps=False"
|
||||
- pkgs:
|
||||
- qubes-core-agent-networking
|
||||
- ca-certificates
|
||||
|
@ -40,6 +41,7 @@ include:
|
|||
- sls: utils.tools.common.update
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- setopt: "install_weak_deps=False"
|
||||
- pkgs: {{ pkg.pkg|sequence|yaml }}
|
||||
|
||||
"{{ slsdotpath }}-client-system-systemd-dir":
|
||||
|
|
|
@ -19,6 +19,7 @@ include:
|
|||
- sls: utils.tools.common.update
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- setopt: "install_weak_deps=False"
|
||||
- pkgs:
|
||||
- socat
|
||||
- man-db
|
||||
|
@ -38,6 +39,7 @@ include:
|
|||
- sls: utils.tools.common.update
|
||||
- install_recommends: False
|
||||
- skip_suggestions: True
|
||||
- setopt: "install_weak_deps=False"
|
||||
- pkgs: {{ pkg.pkg|sequence|yaml }}
|
||||
|
||||
"{{ slsdotpath }}-agent-bin-dir":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue