소스 검색

Removing crypto pip dependency for complete RedHat family

master
Nitin Madhok 10 년 전
부모
커밋
570b45a9ef
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      salt/cloud.sls

+ 2
- 2
salt/cloud.sls 파일 보기

@@ -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 %}


Loading…
취소
저장