18 lines
326 B
Python
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',
|
||
|
},
|
||
|
},
|
||
|
}
|