bundles/telegraf: temporarily hardcode a repo path
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2021-04-24 11:47:28 +02:00
parent 6772b3b5d0
commit a9692317d2
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -6,7 +6,9 @@ defaults = {
'repos': {
'influxdb': {
'items': {
'deb https://repos.influxdata.com/{os} {os_release} stable',
'deb https://repos.influxdata.com/debian buster stable',
# TODO switch to autogenerated node name once influx supports bullseye
#'deb https://repos.influxdata.com/{os} {os_release} stable',
},
},
},