Browse Source

Merge branch 'itg' into msciciel

susefix
Krzysztof Pawłowski 9 years ago
parent
commit
445012023b
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      nginx/ng/install.sls

+ 6
- 1
nginx/ng/install.sls View File



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

Loading…
Cancel
Save