diff options
author | Viacheslav <v.gletenko@vyos.io> | 2021-10-06 16:51:07 +0000 |
---|---|---|
committer | Viacheslav <v.gletenko@vyos.io> | 2021-10-06 16:51:20 +0000 |
commit | 76ca8cdd1aed7231e24c07dcaa93b1f894279d80 (patch) | |
tree | a16eaf6f0d4ca4111cfb2fe9e6cd79e8f0bcec5a /data/defaults.json | |
parent | 119d1016c6e6d50fdf9c9ecdb95fb53f52f20878 (diff) | |
download | vyos-build-76ca8cdd1aed7231e24c07dcaa93b1f894279d80.tar.gz vyos-build-76ca8cdd1aed7231e24c07dcaa93b1f894279d80.zip |
telegraf: T3872: Add repo influxdb for newest pkg
Adding influxdb repo and key. Delete telegraf from vyos-buid, it will
be added to vyos-1x in debian/conrtol. To use unixsocket for syslog we
update telegraf to version 1.20 b.c current version in
standard repo 1.16.2-1 don't support some features.
Diffstat (limited to 'data/defaults.json')
-rw-r--r-- | data/defaults.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/defaults.json b/data/defaults.json index 23b2db1b..5eff5b90 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -10,7 +10,8 @@ "release_train": "sagitta", "additional_repositories": [ "deb [arch=amd64] https://repo.saltproject.io/py3/debian/10/amd64/3003 buster main", - "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-45 main" + "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-45 main", + "deb [arch=amd64] https://repos.influxdata.com/debian bullseye stable" ], "custom_packages": [] } |