Merge pull request #164 from saltstack-formulas/susefix

Fix for OpenSuse leap, salt 2016.3.4-84.13
This commit is contained in:
Niels Abspoel 2017-08-24 21:48:46 +02:00 committed by GitHub
commit ec561b2839

View File

@ -81,7 +81,7 @@ nginx_phusionpassenger_repo:
- pkg: nginx_install
{% endif %}
{% if salt['grains.get']('os_family') == 'Suse' %}
{% if salt['grains.get']('os_family') == 'Suse' or salt['grains.get']('os') == 'SUSE' %}
nginx_zypp_repo:
pkgrepo:
{%- if from_official %}