Typo fix
Fixing typo
This commit is contained in:
parent
c6c8958aac
commit
a8227385cc
@ -10,7 +10,7 @@ pycrypto:
|
||||
- require:
|
||||
- pkg: python-pip
|
||||
|
||||
{% if grains['os_family'] == 'Debian' %}
|
||||
{% if grains['os_family'] != 'Debian' %}
|
||||
crypto:
|
||||
pip.installed:
|
||||
- require:
|
||||
@ -28,7 +28,7 @@ salt-cloud:
|
||||
- require:
|
||||
- pip: apache-libcloud
|
||||
- pip: pycrypto
|
||||
{% if grains['os_family'] == 'Debian' %}
|
||||
{% if grains['os_family'] != 'Debian' %}
|
||||
- pip: crypto
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user