bundlewrap/bundles/netdata/items.py
Franzi 1339564dc4
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/netdata: introduce, add to home.nas and home.router
2020-11-14 14:05:28 +01:00

18 lines
311 B
Python

files = {
'/etc/netdata/netdata.conf': {
'content_type': 'mako',
'triggers': {
'svc_systemd:netdata:restart',
}
},
}
svc_systemd = {
'netdata': {
'needs': {
'pkg_apt:netdata',
'file:/etc/netdata/netdata.conf',
},
},
}