Skip to content

Commit

Permalink
fix(tests): add missing pillar for Debian Buster
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Rodriguez committed Aug 26, 2019
1 parent 9c46556 commit a50ac03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions telegraf/osfingermap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a50ac03

Please sign in to comment.