subscribe to repo only if install_from_repo variable is set to truesusefix
{% if salt['grains.get']('os_family') == 'RedHat' %} | {% if salt['grains.get']('os_family') == 'RedHat' %} | ||||
nginx_yum_repo: | nginx_yum_repo: | ||||
{%- if nginx.install_from_repo %} | |||||
pkgrepo.managed: | pkgrepo.managed: | ||||
{%- else %} | |||||
pkgrepo.absent: | |||||
{%- endif %} | |||||
- name: nginx | - name: nginx | ||||
- humanname: nginx repo | - humanname: nginx repo | ||||
{%- if salt['grains.get']('os') == 'CentOS' %} | {%- if salt['grains.get']('os') == 'CentOS' %} |