diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-09 11:20:26 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-09 11:20:52 +0200 |
commit | 21bd5b37f6f28731d0994c29ca4419dab4f5d634 (patch) | |
tree | 6cc25f971b56fa886655a105bbc3c369b89de239 /data/defaults.json | |
parent | 707fe34493e4f89a7aa310101f1bc2f2fbf7ec10 (diff) | |
download | vyos-build-21bd5b37f6f28731d0994c29ca4419dab4f5d634.tar.gz vyos-build-21bd5b37f6f28731d0994c29ca4419dab4f5d634.zip |
telegraf: T4515: drop reference to influxdata repository
Diffstat (limited to 'data/defaults.json')
-rw-r--r-- | data/defaults.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/defaults.json b/data/defaults.json index c27384e6..7c301c0d 100644 --- a/data/defaults.json +++ b/data/defaults.json @@ -11,8 +11,7 @@ "bootloaders": "syslinux,grub-efi", "additional_repositories": [ "deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye main", - "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-45 main", - "deb [arch=amd64] https://repos.influxdata.com/debian bullseye stable" + "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-45 main" ], "custom_packages": [] } |