Преглед на файлове

Merge pull request #94 from msciciel/msciciel

subscribe to repo only if install_from_repo variable is set to true
susefix
puneet kandhari преди 9 години
родител
ревизия
92ac29b872
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      nginx/ng/install.sls

+ 4
- 0
nginx/ng/install.sls Целия файл

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

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

Loading…
Отказ
Запис