Skip to content

Commit

Permalink
Salt Shaker: Make sure python3-salt is upgraded to proper version (#1590
Browse files Browse the repository at this point in the history
)
  • Loading branch information
meaksh authored May 21, 2024
1 parent e4aadb9 commit 0f4034d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions salt/salt_testenv/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ salt_testing_repo:
install_salt_testsuite:
{% if grains['os_family'] == 'Suse' and grains['osfullname'] == 'SL-Micro' %}
cmd.run:
- name: transactional-update -c -n pkg in python3-salt-testsuite python3-salt-test
- name: transactional-update -c -n pkg in python3-salt-testsuite python3-salt-test python3-salt
{% else %}
pkg.installed:
- pkgs: ["python3-salt-testsuite", "python3-salt-test"]
pkg.latest:
- pkgs: ["python3-salt-testsuite", "python3-salt-test", "python3-salt"]
{% endif %}
- require:
- pkgrepo: salt_testsuite_dependencies_repo
Expand Down

0 comments on commit 0f4034d

Please sign in to comment.