bundles/telegraf: temporarily hardcode a repo path
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6772b3b5d0
commit
a9692317d2
1 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue