Nitin Madhok 10 years ago
parent
commit
f84a0c4a9f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      salt/cloud.sls

+ 4
- 0
salt/cloud.sls View File

- require: - require:
- pkg: python-pip - pkg: python-pip


{% if grains['os'] not in ['Ubuntu', 'Debian'] %}
crypto: crypto:
pip.installed: pip.installed:
- require: - require:
- pkg: python-pip - pkg: python-pip
{% endif %}


apache-libcloud: apache-libcloud:
pip.installed: pip.installed:
- require: - require:
- pip: apache-libcloud - pip: apache-libcloud
- pip: pycrypto - pip: pycrypto
{% if grains['os'] not in ['Ubuntu', 'Debian'] %}
- pip: crypto - pip: crypto
{% endif %}


{% for folder in cloud['folders'] %} {% for folder in cloud['folders'] %}
{{ folder }}: {{ folder }}:

Loading…
Cancel
Save