bundlewrap/bundles/webfs/items.py

18 lines
294 B
Python
Raw Normal View History

2021-04-30 17:40:45 +00:00
files = {
'/etc/webfsd.conf': {
'content_type': 'mako',
'context': node.metadata['webfs'],
'triggers': {
'svc_systemd:webfs:restart',
},
},
}
svc_systemd = {
'webfs': {
'needs': {
'pkg_apt:webfs',
},
},
}