bundles/{influxdb2,telegraf}: it's always the same, just use 'stable main'

This commit is contained in:
Franzi 2023-07-13 21:41:22 +02:00
parent 838b61a2b9
commit 471e2ba6f6
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ defaults = {
'repos': {
'influxdb': {
'items': {
'deb https://repos.influxdata.com/{os} {os_release} stable',
'deb https://repos.influxdata.com/{os} stable main',
},
},
},

View File

@ -11,7 +11,7 @@ defaults = {
'repos': {
'influxdb': {
'items': {
'deb https://repos.influxdata.com/{os} {os_release} stable',
'deb https://repos.influxdata.com/{os} stable main',
},
},
},