Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12241774
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/docker/init.sls b/roles/paas-docker/docker/init.sls
index e55048f..06ff293 100644
--- a/roles/paas-docker/docker/init.sls
+++ b/roles/paas-docker/docker/init.sls
@@ -1,34 +1,33 @@
# -------------------------------------------------------------
# Salt — Provision Docker engine
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-05-24
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
# -------------------------------------------------------------
# Install Docker engine
# -------------------------------------------------------------
{% if grains['os'] == 'CentOS' %}
remove_legacy_docker_packages:
pkg:
- removed
- pkgs:
- docker-common
- - container-selinux
- docker-selinux
- docker-engine
install_docker_engine:
file.managed:
- name: /etc/yum.repos.d/docker-ce.repo
- source: https://download.docker.com/linux/centos/docker-ce.repo
- source_hash: 257562ba65fb37d13ad0a449c21ebdd43aeb8963ca267133e6eb57ca8c89611e
pkg:
- installed
- pkgs:
- device-mapper-persistent-data
- lvm2
- docker-ce
{% endif %}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Oct 12, 06:21 (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065272
Default Alt Text
(1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment