Ver código fonte

Merge branch 'itg' into msciciel

tags/v0.55.0
Krzysztof Pawłowski 9 anos atrás
pai
commit
445012023b
1 arquivos alterados com 6 adições e 1 exclusões
  1. +6
    -1
      nginx/ng/install.sls

+ 6
- 1
nginx/ng/install.sls Ver arquivo

@@ -51,7 +51,12 @@ nginx_zypp_repo:

{% if salt['grains.get']('os_family') == 'RedHat' %}
nginx_yum_repo:
pkgrepo.managed:
pkgrepo:
{%- if nginx.install_from_repo %}
- managed
{%- else %}
- absent
{%- endif %}
- name: nginx
- humanname: nginx repo
{%- if salt['grains.get']('os') == 'CentOS' %}

Carregando…
Cancelar
Salvar