|
|
|
|
|
|
|
|
- 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 }}: |