Skip to content

Commit

Permalink
Update to venv-salt
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Nov 23, 2023
1 parent a2a3e11 commit cc6c7d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend_modules/aws/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ runcmd:
- zypper in --allow-vendor-change --no-confirm salt-minion
- zypper removerepo --all

packages: ["salt-minion"]

%{ endif }

%{ if image == "sles15sp4o" || image == "sles15sp5o" }
Expand All @@ -101,7 +103,7 @@ packages: ["salt-minion"]
%{ endif }

%{ if image == "sles15sp5-paygo" || image == "sles12sp5-paygo" || image == "sap15sp5-paygo" }
packages: ["salt-minion"]
packages: ["venv-salt-minion"]

%{ endif }

Expand Down

0 comments on commit cc6c7d6

Please sign in to comment.