Franziska Kunsmann
1339564dc4
All checks were successful
bundlewrap/pipeline/head This commit looks good
17 lines
311 B
Python
17 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',
|
|
},
|
|
},
|
|
}
|