bundles/{influxdb2,telegraf}: it's always the same, just use 'stable main'
This commit is contained in:
parent
838b61a2b9
commit
471e2ba6f6
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue