Franziska Kunsmann
27d6c1880a
All checks were successful
bundlewrap/pipeline/head This commit looks good
18 lines
301 B
Python
18 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',
|
|
},
|
|
},
|
|
}
|