2
0

Merge pull request #60 from andrew-vant/cryptodep

Removed crypto dependency from salt.cloud.
This commit is contained in:
Nitin Madhok 2014-11-05 13:03:31 -05:00
commit b0284ad590

View File

@ -10,11 +10,6 @@ pycrypto:
- require: - require:
- pkg: python-pip - pkg: python-pip
crypto:
pip.installed:
- require:
- pkg: python-pip
apache-libcloud: apache-libcloud:
pip.installed: pip.installed:
- require: - require:
@ -26,7 +21,6 @@ salt-cloud:
- require: - require:
- pip: apache-libcloud - pip: apache-libcloud
- pip: pycrypto - pip: pycrypto
- pip: crypto
{% for folder in cloud['folders'] %} {% for folder in cloud['folders'] %}
{{ folder }}: {{ folder }}: