Przeglądaj źródła

Removed crypto dependency from salt.cloud.

It doesn't seem to be available from pip anymore, and may not be
a real dependency. Salt-cloud certainly seems to work fine without
it.
master
Andrew Vant 10 lat temu
rodzic
commit
5a6302e021
1 zmienionych plików z 0 dodań i 6 usunięć
  1. +0
    -6
      salt/cloud.sls

+ 0
- 6
salt/cloud.sls Wyświetl plik

@@ -10,11 +10,6 @@ pycrypto:
- require:
- pkg: python-pip

crypto:
pip.installed:
- require:
- pkg: python-pip

apache-libcloud:
pip.installed:
- require:
@@ -26,7 +21,6 @@ salt-cloud:
- require:
- pip: apache-libcloud
- pip: pycrypto
- pip: crypto

{% for folder in cloud['folders'] %}
{{ folder }}:

Ładowanie…
Anuluj
Zapisz