Parcourir la source

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

tags/v0.55.0
Krzysztof Pawłowski il y a 9 ans
Parent
révision
1c1d338359
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. +6
    -1
      nginx/ng/install.sls

+ 6
- 1
nginx/ng/install.sls Voir le fichier

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

Chargement…
Annuler
Enregistrer