diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-04 21:05:51 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-09-05 07:13:08 +0200 |
commit | f53921911efa73d53b3dc20bddac7203976219e1 (patch) | |
tree | 637d1b6f9404e3d3bd84cd2ea09f689f3fe56354 | |
parent | 3e9cda21c8ae127f7c2d4cf45d198bebb9ae45a4 (diff) | |
download | vyos-build-f53921911efa73d53b3dc20bddac7203976219e1.tar.gz vyos-build-f53921911efa73d53b3dc20bddac7203976219e1.zip |
telegraf: T3664: remove package dependency
Telegraf is not a full VyOS feature with a proper dependency in place via
vyos-1x package. Drop this temporary dependency.
-rw-r--r-- | data/architectures/amd64.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/architectures/amd64.toml b/data/architectures/amd64.toml index 5f9a7645..7a781869 100644 --- a/data/architectures/amd64.toml +++ b/data/architectures/amd64.toml @@ -15,5 +15,4 @@ packages = [ "mlnx-ofed-kernel-modules", "mlnx-tools", "openvpn-dco", - "telegraf" ] |