Merge branch 'itg' into msciciel

This commit is contained in:
Krzysztof Pawłowski 2015-08-19 17:02:45 +02:00
commit 445012023b

View File

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