Skip to content
Snippets Groups Projects
Commit 7cc81c2b authored by skorpy's avatar skorpy :construction_worker:
Browse files

update salt to 3002.6

parent 9513b8c0
Branches
No related tags found
1 merge request!560update salt to 3002.6
Pipeline #29366 passed
......@@ -6,9 +6,9 @@ saltstack-repo:
pkgrepo.managed:
- humanname: repo.saltstack.com
{%- if grains['osfinger'] == 'Debian-9' %}
- name: deb http://repo.saltstack.com/py3/debian/9/amd64/archive/3002.5 stretch main
- name: deb http://repo.saltstack.com/py3/debian/9/amd64/archive/3002.6 stretch main
{%- else %}
- name: deb http://repo.saltstack.com/py3/debian/10/amd64/archive/3002.5 buster main
- name: deb http://repo.saltstack.com/py3/debian/10/amd64/archive/3002.6 buster main
{%- endif %}
- file: /etc/apt/sources.list.d/saltstack.list
- clean_file: True
......
......@@ -3,7 +3,7 @@ include:
salt-master:
pkg.latest:
- version: '3002.5+*'
- version: '3002.6+*'
service.running:
- enable: True
- watch:
......
......@@ -3,7 +3,7 @@ include:
salt-minion:
pkg.latest:
- version: '3002.5+*'
- version: '3002.6+*'
service.running:
- enable: True
- watch:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment