Skip to content

Commit

Permalink
Enhance mechanism to cleanup old Salt Bundle environment (bsc#1228690)
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh committed Oct 9, 2024
1 parent db30fbe commit 688502e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mgr_salt_minion_inst:
{%- if salt_minion_name == 'venv-salt-minion' %}
rm_old_venv_python_env:
cmd.run:
- name: /usr/lib/venv-salt-minion/bin/post_start_cleanup.sh
- name: SALT_HIGHSTATE=1 /usr/lib/venv-salt-minion/bin/post_start_cleanup.sh
- onlyif: test -f /usr/lib/venv-salt-minion/bin/post_start_cleanup.sh
{%- endif %}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Enhance mechanism to cleanup old Salt Bundle environment (bsc#1228690)

0 comments on commit 688502e

Please sign in to comment.