Revert "Removed crypto dependency from salt.cloud."
This commit is contained in:
parent
b0284ad590
commit
bb09803f90
@ -10,6 +10,11 @@ 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:
|
||||||
@ -21,6 +26,7 @@ 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 }}:
|
||||||
|
Loading…
Reference in New Issue
Block a user