18 lines
367 B
Python
18 lines
367 B
Python
directories['/etc/avahi/services'] = {
|
|
'purge': True,
|
|
}
|
|
|
|
files['/etc/avahi/avahi-daemon.conf'] = {
|
|
'content_type': 'mako',
|
|
'triggers': {
|
|
'svc_systemd:avahi-daemon:restart',
|
|
},
|
|
}
|
|
|
|
svc_systemd['avahi-daemon'] = {
|
|
'needs': {
|
|
'file:/etc/avahi/avahi-daemon.conf',
|
|
'pkg_apt:avahi-daemon',
|
|
'pkg_apt:libnss-mdns',
|
|
},
|
|
}
|