bundles/telegraf: introduce
This commit is contained in:
parent
433754590d
commit
5e0541aef8
4 changed files with 107 additions and 0 deletions
4
bundles/telegraf/files/telegraf.conf
Normal file
4
bundles/telegraf/files/telegraf.conf
Normal 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)))}
|
Loading…
Add table
Add a link
Reference in a new issue