Removing crypto pip dependency for complete RedHat family
This commit is contained in:
parent
0f5f976433
commit
570b45a9ef
@ -10,7 +10,7 @@ pycrypto:
|
|||||||
- require:
|
- require:
|
||||||
- pkg: python-pip
|
- pkg: python-pip
|
||||||
|
|
||||||
{% if grains['os_family'] != 'Debian' %}
|
{% if grains['os_family'] not in ['Debian', 'RedHat'] %}
|
||||||
crypto:
|
crypto:
|
||||||
pip.installed:
|
pip.installed:
|
||||||
- require:
|
- require:
|
||||||
@ -28,7 +28,7 @@ salt-cloud:
|
|||||||
- require:
|
- require:
|
||||||
- pip: apache-libcloud
|
- pip: apache-libcloud
|
||||||
- pip: pycrypto
|
- pip: pycrypto
|
||||||
{% if grains['os_family'] != 'Debian' %}
|
{% if grains['os_family'] not in ['Debian', 'RedHat'] %}
|
||||||
- pip: crypto
|
- pip: crypto
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user