Skip to content

Commit

Permalink
Merge pull request #2074 from twangboy/update_minion
Browse files Browse the repository at this point in the history
Update salt to 3006.7
  • Loading branch information
twangboy authored Feb 21, 2024
2 parents f73f981 + d6b7473 commit 96b619a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions salt-minion.sls
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# Starting in Version 3006 salt standardized builds across all OSes on the
# Relative Environment for Python project (relenv). The url changed as a result
{%- load_yaml as versions_relenv %}
- 3006.5
- 3006.4
- 3006.7
- 3006.6
{%- endload %}

# Starting in Version 3004 salt is installed in ProgramData by default
# The uninstaller will be in ProgramData\Salt Project\Salt
{%- load_yaml as versions_classic %}
- 3005.4
- 3005.5
{%- endload %}

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -31,10 +31,13 @@
# correctly in `pkg.list_pkgs` and to allow for removal using `pkg.remove`
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{%- load_yaml as versions_cve %}
- 3006.5
- 3006.4
- 3006.3
- 3006.2
- 3006.1
- 3006.0
- 3005.4
- 3005.3
- 3005.2
- 3005.1-5
Expand Down

0 comments on commit 96b619a

Please sign in to comment.