소스 검색

ng.install: subscribe to repo only if install_from_repo variable is set to true

tags/v0.55.0
Krzysztof Pawłowski 9 년 전
부모
커밋
1c1d338359
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      nginx/ng/install.sls

+ 6
- 1
nginx/ng/install.sls 파일 보기

@@ -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' %}

Loading…
취소
저장