bundlewrap/bundles/oidentd/items.py
Franzi 28dd9694af
All checks were successful
bundlewrap/pipeline/head This commit looks good
add bundle:oidentd
2021-03-21 17:40:58 +01:00

18 lines
296 B
Python

files = {
'/etc/oidentd.conf': {
'content_type': 'mako',
'triggers': {
'svc_systemd:oidentd:restart',
},
},
}
svc_systemd = {
'oidentd': {
'needs': {
'pkg_apt:oidentd',
'file:/etc/oidentd.conf',
},
},
}