2021-04-03 07:36:47 +00:00
|
|
|
files = {
|
|
|
|
'/etc/mosquitto/mosquitto.conf': {
|
|
|
|
'content_type': 'mako',
|
|
|
|
'triggers': {
|
|
|
|
'svc_systemd:mosquitto:restart',
|
|
|
|
},
|
|
|
|
},
|
2021-05-15 06:52:37 +00:00
|
|
|
'/usr/local/bin/tasmota-telegraf-plugin': {
|
|
|
|
'mode': '0755',
|
|
|
|
},
|
2021-04-03 07:36:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
svc_systemd = {
|
|
|
|
'mosquitto': {
|
|
|
|
'needs': {
|
|
|
|
'file:/etc/mosquitto/mosquitto.conf',
|
|
|
|
'pkg_apt:mosquitto',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|