Skip to content

Commit 8c14de3

Browse files
committed
disable grafana repo when templating so existing logic works
1 parent 72f92e6 commit 8c14de3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environments/common/files/grafana/grafana.repo.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{{ ansible_managed | comment }}
22
[grafana]
33
baseurl = {{ appliances_pulp_url }}/pulp/content/{{ appliances_pulp_repos.grafana[ansible_distribution_major_version] | appliances_repo_to_subpath }}
4+
enabled = 0
45
name = grafana
56
async = 1
67
gpgcheck = 0

0 commit comments

Comments
 (0)