bundlewrap/bundles/influxdb/items.py

19 lines
301 B
Python
Raw Normal View History

2020-08-30 10:07:06 +00:00
svc_systemd = {
'influxdb': {
'needs': {
'pkg_apt:influxdb',
},
},
}
files = {
'/etc/influxdb/influxdb.conf': {
'needs': {
'pkg_apt:influxdb',
},
'triggers': {
'svc_systemd:influxdb:restart',
},
},
}