소스 검색

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…
취소
저장