Browse Source

Merge pull request #60 from andrew-vant/cryptodep

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

+ 0
- 6
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