Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3766160
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/paas-docker/salt/init.sls b/roles/paas-docker/salt/init.sls
index e796d3a..47cfb1a 100644
--- a/roles/paas-docker/salt/init.sls
+++ b/roles/paas-docker/salt/init.sls
@@ -1,32 +1,32 @@
# -------------------------------------------------------------
# Salt — Salt configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2018-03-10
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import dirs, packages_prefixes with context %}
# -------------------------------------------------------------
# Dependencies for Docker Salt minions
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
required_python_packages_for_docker_and_salt:
pkg.installed:
- - name: {{ packages_prefixes.python3 }}pip
+ - name: {{ packages_prefixes.python3 }}pip < 6.0
pip.installed:
- name: docker
- bin_env: /usr/bin/pip3
- reload_modules: True
- require:
- pkg: required_python_packages_for_docker_and_salt
# -------------------------------------------------------------
# Wrapper to fetch a credential
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ dirs.bin }}/credential:
file.managed:
- source: salt://roles/paas-docker/salt/files/credential.sh
- mode: 755
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 16:46 (17 m, 16 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2255928
Default Alt Text
(1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment