Skip to content

Commit

Permalink
Fix jinja to detect Ubuntu 12 to install python-software-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rallytime committed May 28, 2015
1 parent 7cbd5bb commit 6c453bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_install/debian.sls
Expand Up @@ -34,8 +34,8 @@ source_prep:
{% else %}

{% if '12' in salt['grains.get']('osrelease_info', '') %}
add_python_software_properties:
{% if grains['osrelease'].startswith('12.') %}
add_python_software_properties
cmd.run:
- name: apt-get -y install python-software-properties

Expand Down

0 comments on commit 6c453bb

Please sign in to comment.