Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3778259
D2214.id5569.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
802 B
Referenced Files
None
Subscribers
None
D2214.id5569.diff
View Options
diff --git a/roles/paas-docker/salt/init.sls b/roles/paas-docker/salt/init.sls
--- a/roles/paas-docker/salt/init.sls
+++ b/roles/paas-docker/salt/init.sls
@@ -6,11 +6,17 @@
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
+{% from "map.jinja" import packages_prefixes with context %}
+
# -------------------------------------------------------------
# Dependencies for Docker Salt minions
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
required_python_packages_for_docker_and_salt:
+ pkg.installed:
+ - name: {{ packages_prefixes.python3 }}pip
pip.installed:
- name: docker
- bin_env: /usr/bin/pip3
+ - require:
+ - pkg: required_python_packages_for_docker_and_salt
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 04:26 (21 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2263794
Default Alt Text
D2214.id5569.diff (802 B)
Attached To
Mode
D2214: Ensure pip is installed in order to invoke it
Attached
Detach File
Event Timeline
Log In to Comment