Browse Source

Merge pull request #61 from saltstack-formulas/revert-60-cryptodep

Revert "Removed crypto dependency from salt.cloud."
master
Nitin Madhok 10 years ago
parent
commit
5f967781bc
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      salt/cloud.sls

+ 6
- 0
salt/cloud.sls View File

- 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:
- 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…
Cancel
Save