1
0
Fork 0

allow to disable repo

This commit is contained in:
Benjamin DUPUIS 2019-06-20 14:45:39 +02:00
parent 897d9a028f
commit db864c59fa
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{%- if pillar.grafana is defined %}
include:
{%- if grains['os_family'] == 'RedHat' %}
{%- if grafana.manage_repo and grains['os_family'] == 'RedHat' %}
- grafana.repo.redhat
{%- endif %}
{%- if pillar.grafana.server is defined %}