Nitin Madhok 10 년 전
부모
커밋
f84a0c4a9f
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      salt/cloud.sls

+ 4
- 0
salt/cloud.sls 파일 보기

@@ -10,10 +10,12 @@ pycrypto:
- require:
- pkg: python-pip

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

apache-libcloud:
pip.installed:
@@ -26,7 +28,9 @@ salt-cloud:
- require:
- pip: apache-libcloud
- pip: pycrypto
{% if grains['os'] not in ['Ubuntu', 'Debian'] %}
- pip: crypto
{% endif %}

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

Loading…
취소
저장