Kaynağa Gözat

Removing crypto pip dependency for complete RedHat family

master
Nitin Madhok 10 yıl önce
ebeveyn
işleme
570b45a9ef
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      salt/cloud.sls

+ 2
- 2
salt/cloud.sls Dosyayı Görüntüle

@@ -10,7 +10,7 @@ pycrypto:
- require:
- pkg: python-pip

{% if grains['os_family'] != 'Debian' %}
{% if grains['os_family'] not in ['Debian', 'RedHat'] %}
crypto:
pip.installed:
- require:
@@ -28,7 +28,7 @@ salt-cloud:
- require:
- pip: apache-libcloud
- pip: pycrypto
{% if grains['os_family'] != 'Debian' %}
{% if grains['os_family'] not in ['Debian', 'RedHat'] %}
- pip: crypto
{% endif %}


Yükleniyor…
İptal
Kaydet