add bundle:avahi-daemon
This commit is contained in:
parent
9395fcb7f5
commit
91432197e8
3 changed files with 45 additions and 0 deletions
17
bundles/avahi-daemon/items.py
Normal file
17
bundles/avahi-daemon/items.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
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',
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue