We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841543b commit 34fa981Copy full SHA for 34fa981
environments/common/files/grafana/grafana.repo.j2
@@ -5,5 +5,7 @@ enabled = 0
5
name = grafana
6
async = 1
7
gpgcheck = 0
8
+{% if dnf_repos_password is defined %}
9
password = {{ dnf_repos_password }}
10
username = {{ dnf_repos_username }}
11
+{% endif %}
0 commit comments