bundlewrap/bundles/mosquitto/items.py
Franzi 9cbf866de7
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/mosquitto: introduce, add to node home.nas
2021-04-03 09:36:47 +02:00

18 lines
326 B
Python

files = {
'/etc/mosquitto/mosquitto.conf': {
'content_type': 'mako',
'triggers': {
'svc_systemd:mosquitto:restart',
},
},
}
svc_systemd = {
'mosquitto': {
'needs': {
'file:/etc/mosquitto/mosquitto.conf',
'pkg_apt:mosquitto',
},
},
}