bundles/telegraf: introduce

This commit is contained in:
Franzi 2021-04-23 19:27:20 +02:00
parent 433754590d
commit 5e0541aef8
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,4 @@
<%
from tomlkit import dumps as toml_dumps
from bundlewrap.utils.text import toml_clean
%>${toml_clean(toml_dumps(repo.libs.toml.dict_to_toml(config)))}