From a50ac03064a20fa66b792837ce6a0b7009b8c0c1 Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Mon, 26 Aug 2019 11:32:56 +0200 Subject: [PATCH] fix(tests): add missing pillar for Debian Buster --- telegraf/osfingermap.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/telegraf/osfingermap.yaml b/telegraf/osfingermap.yaml index b7d2d49..e7d6490 100644 --- a/telegraf/osfingermap.yaml +++ b/telegraf/osfingermap.yaml @@ -10,6 +10,13 @@ # you will need to provide at least an empty dict in this file, e.g. # osfingermap: {} --- +Debian-10: +{% if grains['pythonversion'][0] == 3 %} + toml_pkg: python3-pytoml +{% else %} + toml_pkg: python-pytoml +{% endif %} + Debian-9: {% if grains['pythonversion'][0] == 3 %} toml_pkg: python3-pytoml