allow to disable repo
This commit is contained in:
parent
897d9a028f
commit
db864c59fa
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue