18 lines
311 B
Python
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',
|
||
|
},
|
||
|
},
|
||
|
}
|