Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768403
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
new file mode 100644
index 0000000..c14dce5
--- /dev/null
+++ b/roles/paas-docker/salt/init.sls
@@ -0,0 +1,26 @@
+# -------------------------------------------------------------
+# Salt — Salt configuration
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+# Project: Nasqueron
+# Created: 2018-03-10
+# License: Trivial work, not eligible to copyright
+# -------------------------------------------------------------
+
+{% from "map.jinja" import packages_prefixes with context %}
+
+# -------------------------------------------------------------
+# Does Salt use Python 2 or Python 3?
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+{% if grains['pythonversion'][0] == 2 %}
+{% set prefix = packages_prefixes['python2'] %}
+{% else %}
+{% set prefix = packages_prefixes['python3'] %}
+{% endif %}
+
+# -------------------------------------------------------------
+# Dependencies for Docker Salt minions
+# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+{{prefix}}docker-py:
+ pkg.installed
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Nov 25, 07:48 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259772
Default Alt Text
(1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment