Skip to content

Commit ea41295

Browse files
committed
avoid leaking Ark creds from local build into site.yml
1 parent 938f13e commit ea41295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ enabled = 0
55
name = grafana
66
async = 1
77
gpgcheck = 0
8-
{% if dnf_repos_password is defined %}
8+
{% if 'dnf_repos' in groupnames and dnf_repos_password is defined %}
99
password = {{ dnf_repos_password }}
1010
username = {{ dnf_repos_username }}
1111
{% endif %}

0 commit comments

Comments
 (0)