Browse Source

Removing crypto pip dependency for complete RedHat family

master
Nitin Madhok 10 years ago
parent
commit
570b45a9ef
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      salt/cloud.sls

+ 2
- 2
salt/cloud.sls View File

- 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:
- 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…
Cancel
Save