1
0
Fork 0
mirror of synced 2024-06-01 22:51:10 -04:00

allow to disable repo

This commit is contained in:
Benjamin DUPUIS 2019-06-20 14:45:39 +02:00
parent 897d9a028f
commit db864c59fa

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