Merge pull request #61 from saltstack-formulas/revert-60-cryptodep
Revert "Removed crypto dependency from salt.cloud."
This commit is contained in:
commit
5f967781bc
@ -10,6 +10,11 @@ pycrypto:
|
||||
- require:
|
||||
- pkg: python-pip
|
||||
|
||||
crypto:
|
||||
pip.installed:
|
||||
- require:
|
||||
- pkg: python-pip
|
||||
|
||||
apache-libcloud:
|
||||
pip.installed:
|
||||
- require:
|
||||
@ -21,6 +26,7 @@ salt-cloud:
|
||||
- require:
|
||||
- pip: apache-libcloud
|
||||
- pip: pycrypto
|
||||
- pip: crypto
|
||||
|
||||
{% for folder in cloud['folders'] %}
|
||||
{{ folder }}:
|
||||
|
Loading…
Reference in New Issue
Block a user