Skip to content

Commit

Permalink
container: install both uyuniadm and uyunictl packages
Browse files Browse the repository at this point in the history
Now that uyuni-tools has been split in two distinct packages, we need to
adapt the container server install to get both tools.

Required for PR uyuni-project/uyuni-tools#61
  • Loading branch information
cbosdo committed Oct 9, 2023
1 parent f56856e commit cdb1c31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion salt/server_containerized/install_common.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

uyuni_tools:
pkg.installed:
- name: uyuni-tools
- pkgs:
- uyuniadm
- uyunictl

{% if mirror_hostname %}

Expand Down

0 comments on commit cdb1c31

Please sign in to comment.