bundlewrap/bundles/oidentd/items.py

18 lines
296 B
Python
Raw Normal View History

2021-03-21 16:40:58 +00:00
files = {
'/etc/oidentd.conf': {
'content_type': 'mako',
'triggers': {
'svc_systemd:oidentd:restart',
},
},
}
svc_systemd = {
'oidentd': {
'needs': {
'pkg_apt:oidentd',
'file:/etc/oidentd.conf',
},
},
}