Skip to content

Commit 34fa981

Browse files
committed
fix site failing to template out dnf password for grafana repofile
1 parent 841543b commit 34fa981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ enabled = 0
55
name = grafana
66
async = 1
77
gpgcheck = 0
8+
{% if dnf_repos_password is defined %}
89
password = {{ dnf_repos_password }}
910
username = {{ dnf_repos_username }}
11+
{% endif %}

0 commit comments

Comments
 (0)