bundles/mosquitto: introduce, add to node home.nas
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-04-03 09:36:47 +02:00
parent f8bbe00d47
commit 9cbf866de7
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 119 additions and 9 deletions

View file

@ -0,0 +1,17 @@
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',
},
},
}