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

- pkg: nginx_install - pkg: nginx_install
{% endif %} {% endif %}


{% if salt['grains.get']('os_family') == 'Suse' %}
{% if salt['grains.get']('os_family') == 'Suse' or salt['grains.get']('os') == 'SUSE' %}
nginx_zypp_repo: nginx_zypp_repo:
pkgrepo: pkgrepo:
{%- if from_official %} {%- if from_official %}

Loading…
Cancel
Save