Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
nmadhok committed Nov 6, 2014
1 parent c6c8958 commit a822738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/cloud.sls
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pycrypto:
- require:
- pkg: python-pip
{% if grains['os_family'] == 'Debian' %}
{% if grains['os_family'] != 'Debian' %}
crypto:
pip.installed:
- require:
Expand All @@ -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 %}
Expand Down

0 comments on commit a822738

Please sign in to comment.