Преглед изворни кода

Removing crypto pip dependency for complete Debian family

Removing crypto pip dependency for the ``os_family`` ``Debian``.

Refer to PR:
https://github.com/saltstack-formulas/salt-formula/pull/60#issuecomment-62029457
tags/v0.57.0
Nitin Madhok пре 10 година
родитељ
комит
c6c8958aac
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'] not in ['Ubuntu', 'Debian'] %}
{% if grains['os_family'] == 'Debian' %}
crypto:
pip.installed:
- require:
@@ -28,7 +28,7 @@ salt-cloud:
- require:
- pip: apache-libcloud
- pip: pycrypto
{% if grains['os'] not in ['Ubuntu', 'Debian'] %}
{% if grains['os_family'] == 'Debian' %}
- pip: crypto
{% endif %}


Loading…
Откажи
Сачувај