From 3fb6377d3db7f14e7ba6d7a64514716fcc34b6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Tue, 13 Nov 2018 10:53:58 +0000 Subject: [PATCH] =?UTF-8?q?On=20enl=C3=A8ve=20le=20surplus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- softwares/docker-ce.sls | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/softwares/docker-ce.sls b/softwares/docker-ce.sls index 2847167..b10541a 100644 --- a/softwares/docker-ce.sls +++ b/softwares/docker-ce.sls @@ -18,20 +18,6 @@ Pipons le python: - python27-python-pip - scl-utils {% endif %} - -# Upgrade pip: -# cmd.run: -# {% if grains['osmajorrelease'] == 7 %} -# - name: "pip install --upgrade pip -i {{PIP_REPO_URL}} --trusted-host {{PIP_REPO_SERVER}}" -# - env: -# - LD_LIBRARY_PATH=/opt/rh/python27/root/usr/lib64:$LD_LIBRARY_PATH -# - PATH=/opt/rh/python27/root/usr/bin:$PATH -# - PKG_CONFIG_PATH=/opt/rh/python27/root/usr/lib64/pkgconfig -# - XDG_DATA_DIRS=/opt/rh/python27/root/usr/share:$XDG_DATA_DIRS -# - X_SCLS='python27 ' -# {% else %} -# - name: "pip2.7 install --upgrade pip -i {{PIP_REPO_URL}} --trusted-host {{PIP_REPO_SERVER}}" -# {% endif %} {% endif %} {% if grains['os'] == 'Debian' %}