bundlewrap/bundles/influxdb/items.py
Franzi 27d6c1880a
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/influxdb: introduce
2020-08-30 12:07:06 +02:00

19 lines
301 B
Python

svc_systemd = {
'influxdb': {
'needs': {
'pkg_apt:influxdb',
},
},
}
files = {
'/etc/influxdb/influxdb.conf': {
'needs': {
'pkg_apt:influxdb',
},
'triggers': {
'svc_systemd:influxdb:restart',
},
},
}