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

Update Salt to 3002.2

parent 6993ce20
Branches
No related tags found
No related merge requests found
Pipeline #28018 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/3001.3/ stretch main
- name: deb http://repo.saltstack.com/py3/debian/9/amd64/archive/3002.2/ stretch main
{%- else %}
- name: deb http://repo.saltstack.com/py3/debian/10/amd64/archive/3001.3/ buster main
- name: deb http://repo.saltstack.com/py3/debian/10/amd64/archive/3002.2/ buster main
{%- endif %}
- file: /etc/apt/sources.list.d/saltstack.list
- clean_file: True
......
......@@ -3,7 +3,7 @@ include:
salt-master:
pkg.installed:
- version: '3001.3+*'
- version: '3002.2+*'
service.running:
- enable: True
- watch:
......
......@@ -3,7 +3,7 @@ include:
salt-minion:
pkg.installed:
- version: '3001.3+*'
- version: '3002.2+*'
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