Browse Source

Fix for OpenSuse leap, salt 2016.3.4-84.13

susefix
Noel McLoughlin 7 years ago
parent
commit
6b09358838
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/ng/pkg.sls

+ 1
- 1
nginx/ng/pkg.sls 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 %}

Loading…
Cancel
Save