Kaynağa Gözat

revert(pkg): use grains.osfinger in a format suitable for all platforms

tags/v2.8.0
Javier Bértoli 2 yıl önce
ebeveyn
işleme
8fee9f05bd
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      nginx/pkg.sls

+ 2
- 2
nginx/pkg.sls Dosyayı Görüntüle

@@ -153,7 +153,7 @@ nginx_zypp_repo:
{% endif %}

{% if grains.os_family == 'RedHat' %}
{% if grains.osfinger in ['Amazon Linux-2'] %}
{% if grains.get('osfinger', '') == 'Amazon Linux-2' %}
nginx_epel_repo:
pkgrepo.managed:
- name: epel
@@ -178,7 +178,7 @@ nginx_yum_repo:
{%- endif %}
- name: nginx
- humanname: nginx repo
{%- if salt['grains.get']('os') == 'CentOS' %}
{%- if grains.os == 'CentOS' %}
- baseurl: 'http://nginx.org/packages/centos/$releasever/$basearch/'
{%- else %}
- baseurl: 'http://nginx.org/packages/rhel/{{ nginx.lookup.rh_os_releasever }}/$basearch/'

Yükleniyor…
İptal
Kaydet