Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
salt-state
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FFFFM
salt-state
Commits
48276df6
Commit
48276df6
authored
5 years ago
by
skorpy
Browse files
Options
Downloads
Patches
Plain Diff
saltstack: install py3 version and always update
parent
bb833d15
Branches
Branches containing commit
No related tags found
1 merge request
!444
saltstack: install py3 version and always update
Pipeline
#21892
passed
5 years ago
Stage: highstate
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
apt/repository/saltstack.sls
+3
-6
3 additions, 6 deletions
apt/repository/saltstack.sls
salt/master.sls
+1
-1
1 addition, 1 deletion
salt/master.sls
salt/minion.sls
+1
-1
1 addition, 1 deletion
salt/minion.sls
with
5 additions
and
8 deletions
apt/repository/saltstack.sls
+
3
−
6
View file @
48276df6
...
...
@@ -4,13 +4,10 @@ include:
saltstack-repo:
pkgrepo.managed:
- humanname: repo.saltstack.com
{%- if grains['osfinger'] == 'Debian-8' %}
- name: deb http://repo.saltstack.com/apt/debian/8/amd64/latest jessie main
{%- else %}
- name: deb http://repo.saltstack.com/apt/debian/9/amd64/latest stretch main
{%- endif %}
- name: deb http://repo.saltstack.com/py3/debian/9/amd64/latest stretch main
- file: /etc/apt/sources.list.d/saltstack.list
- clean_file: True
- key_url: https://repo.saltstack.com/
apt
/debian/9/amd64/latest/SALTSTACK-GPG-KEY.pub
- key_url: https://repo.saltstack.com/
py3
/debian/9/amd64/latest/SALTSTACK-GPG-KEY.pub
- require:
- pkg: python-apt
- pkg: apt-transport-https
This diff is collapsed.
Click to expand it.
salt/master.sls
+
1
−
1
View file @
48276df6
...
...
@@ -2,7 +2,7 @@ include:
- apt.repository.saltstack
salt-master:
pkg.
installed
:
pkg.
latest
:
- fromrepo: saltstack-repo
service.running:
- enable: True
...
...
This diff is collapsed.
Click to expand it.
salt/minion.sls
+
1
−
1
View file @
48276df6
...
...
@@ -2,7 +2,7 @@ include:
- apt.repository.saltstack
salt-minion:
pkg.
installed
:
pkg.
latest
:
- fromrepo: saltstack-repo
service.running:
- enable: True
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment